Uploaded at Mar 16 16:38:14 2024 (UTC)
Succesfully tested at Apr 16 03:25:17 2024

Curry Package flatcurry-type-annotated

flatcurry-type-annotated

This package contain libraries to represent FlatCurry programs with type annotations. Thus, it is a specialization of the package flatcurry-annotated which defines FlatCurry programs with arbitrary annotations.

Furthermore, it contains libraries to annotate each expression occurring in a given FlatCurry program with type information. For this purpose, the library FlatCurry.Annotated.TypeInference exports a main operation

inferProg :: Prog -> IO (Either String (AProg TypeExpr))

which annotates a FlatCurry program with type information.


Download

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