X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FdestructTactic.mli;h=cc3f0d5cf7b8b654da2468872691e57e1f05e0b1;hb=249d11773d32add20d665c4f8521b7380e4fec0a;hp=0ecccdab0a80fdd63eb6fe951016bb5c64e4c2db;hpb=ef870606391fff198f215127eb022eb3e41ab1d4;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