]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
Tactic generalize ported to patterns and activated in matita.
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index 6ad30c7943e4f7d6ab0c4ba03920880035c624a0..c130cc933081bdbf03f766a73feabe7fb2d42e42 100644 (file)
@@ -47,6 +47,7 @@ type ('term, 'ident) tactic =
   | 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