forked from GitHub/gf-core
10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
abstract Literals = {
|
|
cat S ;
|
|
|
|
fun IsString : String -> S ;
|
|
IsInteger : Int -> S ;
|
|
IsFloat : Float -> S ;
|
|
|
|
IsEq : Int -> S ;
|
|
|
|
} |