1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/runtime/parser/Literals.gf
2010-04-23 20:46:14 +00:00

10 lines
173 B
Plaintext

abstract Literals = {
cat S ;
fun IsString : String -> S ;
IsInteger : Int -> S ;
IsFloat : Float -> S ;
IsEq : Int -> S ;
}