diff --git a/lib/resource-1.0/romance/DiffRomance.gf b/lib/resource-1.0/romance/DiffRomance.gf index 9ca6dd52d..d88648837 100644 --- a/lib/resource-1.0/romance/DiffRomance.gf +++ b/lib/resource-1.0/romance/DiffRomance.gf @@ -2,12 +2,13 @@ interface DiffRomance = open CommonRomance, Prelude in { --- The first six constants show the essential differences +-- The first eight constants show the essential differences -- between French, Italian, and Romance syntaxes (as regards the -- resource API). The other constants are either derivatively -- dependent, or have as values strings, which are language-dependent -- anyway. + --2 Constants whose definitions fundamentally depend on language -- Prepositions that fuse with the article @@ -48,6 +49,7 @@ interface DiffRomance = open CommonRomance, Prelude in { oper mkImperative : CommonRomance.VP -> {s : Polarity => AAgr => Str} ; + --2 Constants that must derivatively depend on language param NPForm = Ton Case | Aton Case | Poss {g : Gender ; n : Number} ; --- AAgr