X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=12b7774cd32938f9141e9e332f6e315d155d2f13;hb=cb7af66937e8c72ae6ea6694350a0c86f3e6ccf9;hp=6ad30c7943e4f7d6ab0c4ba03920880035c624a0;hpb=d5478735145dd7a920ff1f7e0966b35f306bc3c7;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index 6ad30c794..12b7774cd 100644 --- a/helm/ocaml/cic_transformations/tacticAst.ml +++ b/helm/ocaml/cic_transformations/tacticAst.ml @@ -40,13 +40,14 @@ type ('term, 'ident) tactic = | Contradiction of loc | Cut of loc * 'term | Decompose of loc * 'ident * 'ident list (* where, which principles *) - | Discriminate of loc * 'ident + | Discriminate of loc * 'term | Elim of loc * 'term * 'term option (* what to elim, which principle to use *) | ElimType of loc * 'term | Exact of loc * 'term | Exists of loc | Fold of loc * reduction_kind * 'term | Fourier of loc + | Generalize of loc * 'term * ('term, 'ident) pattern | Goal of loc * int (* change current goal, argument is goal number 1-based *) | Injection of loc * 'ident | Intros of loc * int option * 'ident list