forked from GitHub/gf-core
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