]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/bin/recomm/recommGcpGroundRelocation.ml
milestone update in ground
[helm.git] / matita / matita / contribs / lambdadelta / bin / recomm / recommGcpGroundRelocation.ml
diff --git a/matita/matita/contribs/lambdadelta/bin/recomm/recommGcpGroundRelocation.ml b/matita/matita/contribs/lambdadelta/bin/recomm/recommGcpGroundRelocation.ml
new file mode 100644 (file)
index 0000000..ad66b8c
--- /dev/null
@@ -0,0 +1,11 @@
+module T = RecommTypes
+module R = RecommPcsPar
+
+let step k st outs ins =
+  if st <> T.OO then k st outs ins else
+  match ins with
+  | "(specific)" :: tl -> k T.OK ("(specific)" :: outs) tl
+  | _ -> k T.OO outs ins
+
+let main =
+  R.register_p step