1
0
forked from GitHub/gf-rgl

(Pes) Rename N2's c to c2 for consistency

This commit is contained in:
Inari Listenmaa
2019-03-01 15:18:55 +01:00
parent 4fe2e38e9b
commit a51a31ca7f
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ concrete CatPes of Cat = CommonX - [Adv] ** open ResPes, Prelude in {
N = ResPes.Noun ;
N2 = ResPes.Noun ** {c : Str ; compl : Str}; -- when N3 is made to N2, need to retain compl
N2 = ResPes.Noun ** {c2 : Str ; compl : Str}; -- when N3 is made to N2, need to retain compl
N3 = ResPes.Noun ** {c2 : Str ; c3 : Str} ;
PN = {s : Str ; animacy : Animacy} ;