mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-28 12:18:54 -06:00
*** empty log message ***
This commit is contained in:
@@ -27,7 +27,8 @@ concrete TestVars of TestVarsA = open TestVarsR in {
|
||||
lincat S = { s : Str };
|
||||
lin
|
||||
--s = { s = variants { "a" ; "b" ; "c" } };
|
||||
e = { s = variants { "e" ; "f" } };
|
||||
--e = { s = variants { "e" ; "f" } };
|
||||
e = { s = "e" };
|
||||
ee x = { s = x.s ++ x.s };
|
||||
f = { s = "g" };
|
||||
ff x = { s = "e" ++ x.s };
|
||||
|
||||
Reference in New Issue
Block a user