mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
fix the linref for A2, N2 and N3
This commit is contained in:
@@ -144,7 +144,7 @@ concrete CatBul of Cat = CommonX - [IAdv,CAdv,AdV,SC] ** open ResBul, Prelude, P
|
||||
A2 = \a -> a.s ! ASg Masc Indef ++ a.c2;
|
||||
|
||||
N = \n -> n.s ! NF Sg Indef;
|
||||
N2 = \n -> n.s ! NF Sg Indef ++ n.c2.s;
|
||||
N3 = \n -> n.s ! NF Sg Indef ++ n.c2.s ++ n.c3.s;
|
||||
N2 = \n -> n.s ! NF Sg Indef ++ linrefPrep n.c2;
|
||||
N3 = \n -> n.s ! NF Sg Indef ++ linrefPrep n.c2 ++ linrefPrep n.c3;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user