mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
Add support for literals
This commit is contained in:
@@ -4,4 +4,6 @@ abstract Literals = {
|
||||
mkString : String -> S ;
|
||||
mkInt : Int -> S ;
|
||||
mkFloat : Float -> S ;
|
||||
|
||||
and : S -> S -> S ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user