summaryrefslogtreecommitdiff
path: root/testsuite/runtime/linearize/TestCnc.gf
blob: 17de23793343f275810703f39c706174253025f2 (plain)
1
2
3
4
5
6
7
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"};
}