mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
concrete TestCnc of Test = {
|
|
|
|
lincat E,P = {s:Str} ;
|
|
|
|
lin Exist f = {s = "exists" ++ f.$0 ++ "such that" ++ f.s};
|
|
lin Even x = {s = x.s ++ "is even"};
|
|
} |