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
|
compoundA : A -> A ; -- force comparison with more/most
|
||||||
simpleA : A -> A ; -- force comparison with -er,-est
|
simpleA : A -> A ; -- force comparison with -er,-est
|
||||||
irregAdv : A -> Str -> A ; -- adverb irreg, e.g. "fast"
|
irregAdv : A -> Str -> A ; -- adverb irreg, e.g. "fast"
|
||||||
|
invarA : Str -> A ; -- adjective that does not vary in morphology
|
||||||
|
|
||||||
--3 Two-place adjectives
|
--3 Two-place adjectives
|
||||||
|
|
||||||
@@ -654,6 +655,8 @@ mkInterj : Str -> Interj
|
|||||||
mkAdjective a b c d
|
mkAdjective a b c d
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
invarA s = mkAdjective s s s s ;
|
||||||
|
|
||||||
compoundA = compoundADeg ;
|
compoundA = compoundADeg ;
|
||||||
simpleA a =
|
simpleA a =
|
||||||
let ad = (a.s ! AAdj Posit Nom)
|
let ad = (a.s ! AAdj Posit Nom)
|
||||||
|
|||||||
Reference in New Issue
Block a user