mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
=Corrected an error in paradigms to recognize smartNoun paradigm
This commit is contained in:
@@ -18,7 +18,7 @@ oper
|
||||
|
||||
mkN = overload {
|
||||
mkN : (fish : Str) -> Gender -> N
|
||||
= \fish,nclass -> lin N (mkNoun fish fish nclass) ;
|
||||
= \fish,nclass -> lin N (smartNoun fish nclass) ;
|
||||
mkN : (man,men : Str) -> Gender -> N
|
||||
= \man,men,nclass -> lin N (mkNoun man men nclass) ;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user