1
0
forked from GitHub/gf-core

added testcase for linearization with HOAS

This commit is contained in:
krasimir
2009-06-18 17:47:06 +00:00
parent b0283d31a2
commit cfdd39574c
4 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,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"};
}