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