]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/bin/recomm/recommGcsWith.ml
update in bin
[helm.git] / matita / matita / contribs / lambdadelta / bin / recomm / recommGcsWith.ml
diff --git a/matita/matita/contribs/lambdadelta/bin/recomm/recommGcsWith.ml b/matita/matita/contribs/lambdadelta/bin/recomm/recommGcsWith.ml
new file mode 100644 (file)
index 0000000..8e1d810
--- /dev/null
@@ -0,0 +1,10 @@
+module D = RecommGcsMain
+
+let step k ok outs ins =
+  if ok then k ok outs ins else
+  match ins with
+  | "with" :: tl -> k ok ("with" :: outs) tl
+  | _ -> k true outs ins
+
+let main =
+  RecommCheck.register_s step