mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
(Romance) Remove traces of Degree in Extend
This commit is contained in:
@@ -78,7 +78,7 @@ concrete ExtendSpa of Extend = CatSpa ** ExtendRomanceFunctor -
|
||||
|
||||
CompoundAP noun adj = {
|
||||
s = \\af => case (aform2aagr af) of {
|
||||
{n = n} => adj.s ! Posit ! (genNum2Aform noun.g n) ++ "de" ++ noun.s ! n
|
||||
{n = n} => adj.s ! genNum2Aform noun.g n ++ "de" ++ noun.s ! n
|
||||
} ;
|
||||
isPre = adj.isPre ;
|
||||
copTyp = adj.copTyp
|
||||
|
||||
Reference in New Issue
Block a user