mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
cat S;
|
|
|
|
fun f : S -> S ;
|
|
fun g : S ;
|
|
|
|
lin f s = { s = s.s } ;
|
|
lin g = { s = "g" } ; |