Files
gf-core/testsuite/runtime/parser/Literals.gf
2010-01-04 13:51:36 +00:00

8 lines
140 B
Plaintext

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