]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/inversion.mli
Constructors are closed with thier types when computing the signatur
[helm.git] / helm / software / components / tactics / inversion.mli
index 2c8b996ffedd4b1198de96fd5c56f0b54935b2f6..46cf97ed94a56d94e9078107c9747c7de2a3c521 100644 (file)
@@ -25,5 +25,5 @@
 
 val isSetType: Cic.term -> bool
 exception EqualityNotDefinedYet (* raised by private_inversion_tac only *)
-val private_inversion_tac: term: Cic.term -> ProofEngineTypes.tactic
+val private_inversion_tac: term: Cic.term -> bool list -> ProofEngineTypes.tactic
 val inversion_tac: term: Cic.term -> ProofEngineTypes.tactic