Uploaded at Nov 10 09:13:13 2020 (UTC)
Succesfully tested at Feb 16 05:05:02 2023

Curry Package flatcurry-annotated

flatcurry-annotated

This package contain libraries to represent 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.

A previous version of these libraries were part of the PAKCS/KiCS2 distributions.


Download

Checkout with CPM:
cypm checkout flatcurry-annotated 2.0.0
Package source:
flatcurry-annotated-2.0.0.tar.gz [browse]
Source repository:
https://git.ps.informatik.uni-kiel.de/curry-packages/flatcurry-annotated.git