X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FdestructTactic.mli;h=cc3f0d5cf7b8b654da2468872691e57e1f05e0b1;hb=42f2dc48b4fef5b404f406bf512d6a0cde35c067;hp=0ecccdab0a80fdd63eb6fe951016bb5c64e4c2db;hpb=55891f80b4f14251dfd5c9111f22f5edcbde2e11;p=helm.git diff --git a/components/tactics/destructTactic.mli b/components/tactics/destructTactic.mli index 0ecccdab0..cc3f0d5cf 100644 --- a/components/tactics/destructTactic.mli +++ b/components/tactics/destructTactic.mli @@ -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