mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
documenting for geocal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user