no need to define g

This commit is contained in:
Krasimir Angelov
2026-05-09 18:38:21 +02:00
parent f1facac1bf
commit eea95a6f76

View File

@@ -15,8 +15,7 @@ resource ResHun = NounMorphoHun ** open Prelude, Predef in {
oper
CNoun : Type = Noun ** {
compl : Number => Case => Str ;
postmod : Str ;
g : Gender
postmod : Str
} ;
mkCaseNoun : Str -> Number => Case => Str = \s ->