api for Afrikaans

This commit is contained in:
aarne
2011-05-06 08:38:39 +00:00
parent 3836d07089
commit 8babb018c5
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
} ;