mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
fix komen_V + make the number of arguments clear in mkVerb
This commit is contained in:
+1
-1
@@ -132,7 +132,7 @@ param
|
||||
oper
|
||||
Verb : Type = {s: VForm => Str};
|
||||
|
||||
mkVerb : (_,_,_,_,_,_,_ : Str) -> Verb =
|
||||
mkVerb : (x1,_,_,_,_,_,x7 : Str) -> Verb =
|
||||
\aai, aait, aaien, aaide, aaidet, aaiden, geaaid ->
|
||||
mkVerb8 aai aait aait aaien aaide aaidet aaiden geaaid ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user