mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
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" } ;
|