X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_tactics%2FnDestructTac.ml;h=12a1efd7ed32cc8a6ba2fd37c78a02de3a1a5ec7;hb=fc7af5f9ea2cd4a876b8babc6b691136799e3c87;hp=de4c23a1c92ae039174ff20035fb76d96a3f6e69;hpb=5a88ca4db8f9d97a58add90a8a23f06960d9364f;p=helm.git diff --git a/matita/components/ng_tactics/nDestructTac.ml b/matita/components/ng_tactics/nDestructTac.ml index de4c23a1c..12a1efd7e 100644 --- a/matita/components/ng_tactics/nDestructTac.ml +++ b/matita/components/ng_tactics/nDestructTac.ml @@ -340,7 +340,8 @@ let mk_discriminator ~use_jmeq name it leftno status baseuri = let nlist = HExtlib.list_seq 0 (nargs it leftno consno) in (* (\forall ...\forall P.\forall DH : ( ... = ... -> P). P) *) let params = List.map (fun x -> NTactics.intro_tac ("a" ^ string_of_int x)) nlist in - NTactics.reduce_tac ~reduction:(`Normalize true) ~where:default_pattern:: + (* NTactics.reduce_tac ~reduction:(`Normalize true) + * ~where:default_pattern::*) params @ [ NTactics.intro_tac "P"; NTactics.intro_tac "DH"; @@ -364,8 +365,8 @@ let mk_discriminator ~use_jmeq name it leftno status baseuri = let status = NTactics.block_tac ( - [print_tac (lazy "ci sono"); - NTactics.reduce_tac ~reduction:(`Normalize true) ~where:default_pattern + [print_tac (lazy "ci sono") (*; + NTactics.reduce_tac ~reduction:(`Normalize true) ~where:default_pattern *) ] @ List.map (fun x -> NTactics.intro_tac x) params @ [NTactics.intro_tac "x";