added missing InLN and dayMonthYearAdv in Fin

This commit is contained in:
Aarne Ranta
2024-01-30 16:23:17 +01:00
parent 4a12ecd9d3
commit d98bb99fc1
4 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ concrete CatFin of Cat = CommonX ** open ResFin, StemFin, Prelude in {
N2 = SNoun ** {c2 : Compl ; isPre : Bool ; postmod : Number => Str} ;
N3 = SNoun ** {c2,c3 : Compl ; isPre,isPre2 : Bool} ;
PN = SPN ;
LN = SPN ** {n : Number} ;
LN = SPN ** {n : Number ; extCase : Bool} ; -- extCase=True -> Adessive, Ablative, Allative
GN = SPN ** {g : Sex} ;
SN = {s : Sex => SPN; pl : SPN} ;