Uploaded at Nov 12 14:53:31 2023 (UTC)
Succesfully tested at Feb 16 03:40:31 2023

Curry Package casc

CASC - A tool to check the formatting style of Curry programs

CASC is a tool to check the formatting style of Curry programs The preferred style for writing Curry programs, which is partially checked by this tool, is described in a separate web page, see http://www.informatik.uni-kiel.de/~pakcs/CurryStyleGuide.html

Currently, CASC only checks a few formatting rules, like line lengths or indentation of if-then-else, but the kind of checks performed by CASC will be extended in the future.

Installing the tool

The tool can be directly installed by the command

> cpm installbin casc

This installs the executable curry-style in the bin directory of CPM.

Using the tool

If the bin directory of CPM (default: ~/.cpm/bin) is in your path, execute the tool with the Curry program to be style-checked, e.g.,

> curry-style NiceProgram

Download

Checkout with CPM:
cypm checkout casc 2.0.0
Package source:
casc-2.0.0.tar.gz [browse]
Source repository:
https://github.com/curry-packages/casc.git