]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
lapply and fwd improved
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index d9f909a5fa2eba9abf4f26d78c86ef23bae75f90..3f6e74346ec04e98e1bedb0da085dffd7442fb1e 100644 (file)
@@ -52,13 +52,13 @@ type ('term, 'ident) tactic =
   | Fail of loc
   | Fold of loc * reduction_kind * ('term, 'ident) pattern
   | Fourier of loc
-  | FwdSimpl of loc * 'term
+  | FwdSimpl of loc * string * 'ident list
   | Generalize of loc * ('term, 'ident) pattern * 'ident option
   | Goal of loc * int (* change current goal, argument is goal number 1-based *)
   | IdTac of loc
   | Injection of loc * 'term
   | Intros of loc * int option * 'ident list
-  | LApply of loc * 'term option * 'term * 'ident option
+  | LApply of loc * int option * 'term list * 'term * 'ident option
   | Left of loc
   | LetIn of loc * 'term * 'ident
   | Reduce of loc * reduction_kind * ('term, 'ident) pattern