]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/inversion.mli
run check_if_goal_is_solved on all goals (active+passive)
[helm.git] / helm / software / components / tactics / inversion.mli
index 50bdf58f2c4b206abb005bb37d6678f981041fcf..46cf97ed94a56d94e9078107c9747c7de2a3c521 100644 (file)
@@ -23,4 +23,7 @@
  * http://cs.unibo.it/helm/.
  *)
 
+val isSetType: Cic.term -> bool
+exception EqualityNotDefinedYet (* raised by private_inversion_tac only *)
+val private_inversion_tac: term: Cic.term -> bool list -> ProofEngineTypes.tactic
 val inversion_tac: term: Cic.term -> ProofEngineTypes.tactic