forked from GitHub/gf-rgl
(Hun) Use regNoun in mkAdj
This commit is contained in:
@@ -321,7 +321,7 @@ oper
|
||||
isPost : Bool ; -- put adjective past the thing it modifies
|
||||
} ;
|
||||
|
||||
mkAdj : Str -> Adjective = \sgnom -> mkAdj2 sgnom (mkNoun sgnom) ;
|
||||
mkAdj : Str -> Adjective = \sgnom -> mkAdj2 sgnom (regNoun sgnom) ;
|
||||
|
||||
|
||||
mkAdj2 : Str -> Noun -> Adjective = \sgnom,adjAsNoun -> adjAsNoun ** {
|
||||
|
||||
Reference in New Issue
Block a user