fix parsing of literals

This commit is contained in:
krasimir
2010-04-23 20:46:14 +00:00
parent 5a9557d2cc
commit 94235548c4
3 changed files with 19 additions and 9 deletions

View File

@@ -4,5 +4,7 @@ abstract Literals = {
fun IsString : String -> S ;
IsInteger : Int -> S ;
IsFloat : Float -> S ;
IsEq : Int -> S ;
}