mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
(Pes) Make poss.suff. attach to the head for N2,N3
This commit is contained in:
@@ -265,9 +265,9 @@ oper
|
||||
|
||||
mkN2 = overload {
|
||||
mkN2 : N -> Str -> N2
|
||||
= \n,c -> lin N2 (n ** {c = c}) ;
|
||||
= \n,c -> lin N2 (n ** {c = c ; compl=[]}) ;
|
||||
mkN2 : N -> Prep -> Str -> N2 -- hidden from puclic API
|
||||
= \n,p,c -> lin N2 (n ** {c = p.s ; c2 = c}) -- there is no c2
|
||||
= \n,p,c -> lin N2 (n ** {c = p.s ; c2 = c; compl=[]}) -- there is no c2
|
||||
} ;
|
||||
|
||||
mkN3 = overload {
|
||||
|
||||
Reference in New Issue
Block a user