(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:
odanoburu
2019-01-13 18:25:53 -02:00
parent 82f31077d7
commit 2f4db8e0bc
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -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 ;