mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
added ParadigmsEng.invarA
This commit is contained in:
@@ -168,6 +168,7 @@ oper
|
||||
compoundA : A -> A ; -- force comparison with more/most
|
||||
simpleA : A -> A ; -- force comparison with -er,-est
|
||||
irregAdv : A -> Str -> A ; -- adverb irreg, e.g. "fast"
|
||||
invarA : Str -> A ; -- adjective that does not vary in morphology
|
||||
|
||||
--3 Two-place adjectives
|
||||
|
||||
@@ -654,6 +655,8 @@ mkInterj : Str -> Interj
|
||||
mkAdjective a b c d
|
||||
} ;
|
||||
|
||||
invarA s = mkAdjective s s s s ;
|
||||
|
||||
compoundA = compoundADeg ;
|
||||
simpleA a =
|
||||
let ad = (a.s ! AAdj Posit Nom)
|
||||
|
||||
Reference in New Issue
Block a user