@hackage curry-base1.1.1
Functions for manipulating Curry programs
Installation
Dependencies (14)
- base >=4.6
- containers
- contravariant <0.5
- directory ==1.2.0.0
- either <4
- extra >=1.4.6 Show all…
Dependents (4)
@hackage/curry-frontend, @hackage/acme-everything, @hackage/KiCS-debugger, @hackage/KiCS
Package Flags
broken-directory
(off by default)
Is the cabal configuration of directory incomplete?
old-time
(off by default)
Does the directory package use the old time implementation?
This package serves as a foundation for Curry compilers. It defines the intermediate language formats FlatCurry. Additionally, it provides functionality for the smooth integration of compiler frontends and backends.