mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 18:58:56 -06:00
fixed missing lock_N warning in LexiconCat.gf
This commit is contained in:
@@ -9,7 +9,7 @@ flags
|
|||||||
oper
|
oper
|
||||||
regFN : Str -> N = \s -> femN (regN s) ;
|
regFN : Str -> N = \s -> femN (regN s) ;
|
||||||
regMN : Str -> N = \s -> regN s ;
|
regMN : Str -> N = \s -> regN s ;
|
||||||
irregMN : Str -> Str -> N = \pa,pans -> M.mkNounIrreg pa pans masculine ;
|
irregMN : Str -> Str -> N = \pa,pans -> M.mkNounIrreg pa pans masculine ** {lock_N=<>} ;
|
||||||
saberV : V = verbV (saber_99 "saber") ;
|
saberV : V = verbV (saber_99 "saber") ;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
|
|||||||
Reference in New Issue
Block a user