]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/bin/recomm/recommGcsMain.ml
milestone update in ground
[helm.git] / matita / matita / contribs / lambdadelta / bin / recomm / recommGcsMain.ml
index d308df8dbaa55a604fdef8fa33eb6a59ba0d6166..90e2844d8d6a73cde736852b5e4738c7e169f76c 100644 (file)
@@ -18,6 +18,7 @@ let step k st outs ins =
   | "inversion" :: tl -> k T.OK ("inversions" :: outs) tl
   | "constructions" :: tl -> k T.OK ("constructions" :: outs) tl
   | "properties" :: tl -> k T.OK ("constructions" :: outs) tl
+  | "alternative" :: "definition" :: tl -> k T.OK ("definition" :: "alternative" :: outs) tl
   | _ -> k T.KO outs ins
 
 let main =