mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -06:00
*** empty log message ***
This commit is contained in:
10
grammars/testConversions/MicroCnc.gf
Normal file
10
grammars/testConversions/MicroCnc.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
concrete MicroCnc of MicroAbs = {
|
||||
|
||||
lincat S = {a : {s1:Str ; s2:Str}};
|
||||
|
||||
lin vars = {a = variants { {s1="a" ; s2=variants{"b";"c"}} ; {s1="d";s2="e"} }};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user