api for Afrikaans

This commit is contained in:
aarne
2011-05-06 08:38:39 +00:00
parent 458675a8e8
commit f0bd6dc69f
5 changed files with 18 additions and 2 deletions

View File

@@ -296,8 +296,8 @@ param
oper
vForm : Tense -> VForm = \t -> case t of {
Pres => VPres ;
Fut => VPres --# notpresent
Pres => VPres
; Fut => VPres --# notpresent
; Past | Cond => VPast -- Fut and Cond affect zullen --# notpresent
} ;