forked from GitHub/gf-core
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
abstract Literals = {
|
|
cat S ;
|
|
fun
|
|
mkString : String -> S ;
|
|
mkInt : Int -> S ;
|
|
mkFloat : Float -> S ;
|
|
}
|