mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-14 09:30:13 -06:00
20 lines
392 B
Plaintext
20 lines
392 B
Plaintext
concrete ConjunctionMay of Conjunction =
|
|
CatMay ** open ResMay, Coordination, Prelude in {
|
|
|
|
flags optimize=all_subs ;
|
|
|
|
lincat
|
|
[Adv],[AdV] = {s1,s2 : Str} ;
|
|
[S] = {s1,s2 : Str} ;
|
|
|
|
|
|
lin
|
|
BaseAdv, BaseAdV = twoSS ;
|
|
ConsAdv, ConsAdV = consrSS comma ;
|
|
ConjAdv, ConjAdV = conjunctDistrSS ;
|
|
BaseS = twoSS ;
|
|
ConsS = consrSS comma ;
|
|
ConjS = conjunctDistrSS ;
|
|
|
|
}
|