forked from GitHub/gf-core
8 lines
92 B
Plaintext
8 lines
92 B
Plaintext
cat S;
|
|
|
|
fun f : S -> S ;
|
|
g : S ;
|
|
|
|
lin f x = { s = x.s ++ "f" } ;
|
|
g = { s = "s" } ;
|