Files
gf-core/testsuite/runtime/linearize/TestCnc.gf
2009-06-18 17:47:06 +00:00

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"};
}