mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 14:29:31 -06:00
15 lines
143 B
Plaintext
15 lines
143 B
Plaintext
|
|
concrete MicroCnc of MicroAbs = {
|
|
|
|
lincat
|
|
A = {s : Str};
|
|
|
|
lin
|
|
a = {s = "a"};
|
|
ab = {s = variants{"c";"b"}};
|
|
redup x = {s = x.s ++ x.s};
|
|
|
|
}
|
|
|
|
|