]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/bin/recomm/recommGcsWith.ml
update in gruound
[helm.git] / matita / matita / contribs / lambdadelta / bin / recomm / recommGcsWith.ml
index 091bb2d12a447aa129d300813f77b68e2cf4d485..8d00bb8121597b4e35e08558ab98694b59d4c4f7 100644 (file)
@@ -6,6 +6,8 @@ let step k st outs ins =
   if st = T.KO then k st outs ins else
   match ins with
   | "with" :: tl -> k T.OK ("with" :: outs) tl
+  | "of" :: tl -> k T.OK ("with" :: outs) tl
+  | "for" :: tl -> k T.OK ("with" :: outs) tl
   | _ -> k T.OO outs ins
 
 let main =