]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/bin/recomm/recommGcsWith.ml
milestone update in ground
[helm.git] / matita / matita / contribs / lambdadelta / bin / recomm / recommGcsWith.ml
index 8d00bb8121597b4e35e08558ab98694b59d4c4f7..48fe0795593ced1a9bfc08c2bb5e54727811c58f 100644 (file)
@@ -8,6 +8,7 @@ let step k st outs ins =
   | "with" :: tl -> k T.OK ("with" :: outs) tl
   | "of" :: tl -> k T.OK ("with" :: outs) tl
   | "for" :: tl -> k T.OK ("with" :: outs) tl
+  | "on" :: tl -> k T.OK ("with" :: outs) tl
   | _ -> k T.OO outs ins
 
 let main =