1
0
forked from GitHub/gf-core

resource README

This commit is contained in:
aarne
2005-12-01 21:45:46 +00:00
parent 3400486b5e
commit c8d1578e56
5 changed files with 488 additions and 6 deletions

View File

@@ -133,7 +133,7 @@ resource ResEng = ParamEng ** open Prelude in {
<Pres,Simul,_, _> => vf fin [] ;
<Pres,Anter,Pos,_> => vf (have agr) part ;
<Pres,Anter,Neg,_> => vf (havent agr) part ;
<Past,Simul,_, _> => vf fin [] ;
<Past,Simul,_, _> => vf past [] ;
<Past,Anter,Pos,_> => vf "had" part ;
<Past,Anter,Neg,_> => vf "hadn't" part ;
<Fut, Simul,Pos,_> => vf "will" inf ;