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 oper
CNoun : Type = Noun ** { CNoun : Type = Noun ** {
compl : Number => Case => Str ; compl : Number => Case => Str ;
postmod : Str ; postmod : Str
g : Gender
} ; } ;
mkCaseNoun : Str -> Number => Case => Str = \s -> mkCaseNoun : Str -> Number => Case => Str = \s ->