]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/destructTactic.mli
New functorialization: paramod is abstracted over a Orderings.Blob, that is like...
[helm.git] / helm / software / components / tactics / destructTactic.mli
index 0ecccdab0a80fdd63eb6fe951016bb5c64e4c2db..cc3f0d5cf7b8b654da2468872691e57e1f05e0b1 100644 (file)
@@ -27,4 +27,4 @@
    looking for constructors. If the two sides differ on two constructors,
    it closes the current goal. If they differ by other two terms it introduces
    an equality. *)
-val destruct_tac: Cic.term option -> ProofEngineTypes.tactic
+val destruct_tac: Cic.term list option -> ProofEngineTypes.tactic