forked from GitHub/gf-rgl
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 ;
|
|
|
|
}
|