mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
Romancs reflexives and passives
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
interface DiffRomance = open CommonRomance, Prelude in {
|
||||
|
||||
|
||||
--2 Constants whose definitions depend on language.
|
||||
|
||||
-- Prepositions that fuse with the article vary.
|
||||
@@ -19,8 +18,6 @@ oper
|
||||
|
||||
partitive : Gender -> Case -> Str ;
|
||||
|
||||
reflPron : Number -> Person -> Str ;
|
||||
|
||||
artDef : Gender -> Number -> Case -> Str ;
|
||||
artIndef : Gender -> Number -> Case -> Str ;
|
||||
|
||||
@@ -40,7 +37,15 @@ oper
|
||||
|
||||
partQIndir : Str ; -- ce, ciò
|
||||
|
||||
-- These needed above.
|
||||
reflPron : Number => Person => Case => Str ;
|
||||
|
||||
vRefl : VType ;
|
||||
isVRefl : VType -> Bool ;
|
||||
|
||||
auxPassive : Verb ;
|
||||
|
||||
|
||||
-- These are needed above.
|
||||
|
||||
param
|
||||
Case = Nom | Acc | CPrep Prep ;
|
||||
|
||||
Reference in New Issue
Block a user