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