mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
no need to define g
This commit is contained in:
@@ -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 ->
|
||||||
|
|||||||
Reference in New Issue
Block a user