mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
started examples-3.0 with examples that are tested to work
This commit is contained in:
@@ -225,10 +225,10 @@ resource ResIna = ParamX ** open Prelude in {
|
||||
};
|
||||
|
||||
tenseToVFrom = table {
|
||||
Pres => VPres;
|
||||
Past => VPast;
|
||||
Fut => VFut;
|
||||
Cond => VCond
|
||||
Pres => VPres
|
||||
;Past => VPast; --# notpresent
|
||||
Fut => VFut; --# notpresent
|
||||
Cond => VCond --# notpresent
|
||||
};
|
||||
|
||||
insertInvarObj : Str -> VP -> VP = \obj -> insertObj "" Acc (mkInvarNP obj);
|
||||
|
||||
Reference in New Issue
Block a user