Add support for literals

This commit is contained in:
John J. Camilleri
2021-03-22 09:12:34 +01:00
parent 2d066853f1
commit f7df62a445
6 changed files with 28 additions and 5 deletions

View File

@@ -4,4 +4,6 @@ abstract Literals = {
mkString : String -> S ;
mkInt : Int -> S ;
mkFloat : Float -> S ;
and : S -> S -> S ;
}