mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 11:36:27 -06:00
oops, forgot to rename the 2-place Conj functions in ResourceDemo. Now added to uddeps as well.
This commit is contained in:
@@ -153,9 +153,9 @@ fun
|
||||
CompCN : CN -> VP ;
|
||||
CompNP : NP -> VP ;
|
||||
CompAdv : Adv -> VP ;
|
||||
ConjS : Conj -> S -> S -> S ;
|
||||
ConjAP : Conj -> AP -> AP -> AP ;
|
||||
ConjNP : Conj -> NP -> NP -> NP ;
|
||||
RConjS : Conj -> S -> S -> S ;
|
||||
RConjAP : Conj -> AP -> AP -> AP ;
|
||||
RConjNP : Conj -> NP -> NP -> NP ;
|
||||
a_Det, the_Det, aPl_Det, thePl_Det : Det ;
|
||||
this_Det, these_Det : Det ;
|
||||
that_Det, those_Det : Det ;
|
||||
|
||||
Reference in New Issue
Block a user