mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-06 13:48:57 -06:00
resources and new instantiation syntax
This commit is contained in:
@@ -96,9 +96,16 @@ oper
|
||||
oper Verbum : Type = {s : VerbForm => Str} ;
|
||||
|
||||
param
|
||||
VFin ;
|
||||
|
||||
VInf ;
|
||||
VFin =
|
||||
Pres Voice
|
||||
| Pret Voice
|
||||
| Imper Voice ;
|
||||
|
||||
VInf =
|
||||
Inf Voice
|
||||
| Supin Voice
|
||||
| PtPret AdjFormPos Case
|
||||
;
|
||||
|
||||
VerbForm =
|
||||
VF VFin
|
||||
|
||||
Reference in New Issue
Block a user