mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
fix parsing of literals
This commit is contained in:
@@ -4,5 +4,7 @@ abstract Literals = {
|
||||
fun IsString : String -> S ;
|
||||
IsInteger : Int -> S ;
|
||||
IsFloat : Float -> S ;
|
||||
|
||||
IsEq : Int -> S ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user