(Fin) Add postmodifier also to N2, needed due to ComplN3

This commit is contained in:
Inari Listenmaa
2020-08-23 15:53:17 +02:00
parent 32606cfa59
commit 0ca88f2caf
3 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ concrete CatFin of Cat = CommonX ** open ResFin, StemFin, Prelude in {
A2 = {s : Degree => SAForm => Str ; h : Harmony ; c2 : Compl} ;
N = SNoun ;
N2 = SNoun ** {c2 : Compl ; isPre : Bool} ;
N2 = SNoun ** {c2 : Compl ; isPre : Bool ; postmod : Number => Str} ;
N3 = SNoun ** {c2,c3 : Compl ; isPre,isPre2 : Bool} ;
PN = SPN ;