1
0
forked from GitHub/gf-rgl

resource README

This commit is contained in:
aarne
2005-12-01 21:45:46 +00:00
parent 8d8d8f6b96
commit 00113fdf3d
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 ;