mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 04:16:30 -06:00
(Por) change copula type from bool to sum param
Portuguese actually has several verbs that can act as copulas, although the main ones are ser and estar. this allows other types of copulas to be added.
This commit is contained in:
@@ -52,7 +52,7 @@ interface DiffRomance = open CommonRomance, Prelude in {
|
||||
|
||||
oper mkImperative : Bool -> Person -> VP -> RPolarity => Gender => Number => Str ;
|
||||
|
||||
-- To render the copula (ser/estar in Spa,Cat)
|
||||
-- To render the copula (ser/estar in Spa,Cat,Por)
|
||||
|
||||
oper CopulaType : PType ;
|
||||
oper selectCopula : CopulaType -> Verb ;
|
||||
|
||||
Reference in New Issue
Block a user