]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
New argument for LApply: the ident for the generated hypothesis.
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index 7622ce963c12f654ceade2d519153c98228feaa1..1525cfd8b7f132315dffbf3c8c4a4e5672924d08 100644 (file)
@@ -59,7 +59,7 @@ type ('term, 'ident) tactic =
   | IdTac of loc
   | Injection of loc * 'term
   | Intros of loc * int option * 'ident list
-  | LApply of loc * 'term option * 'term
+  | LApply of loc * 'term option * 'term * 'ident option
   | Left of loc
   | LetIn of loc * 'term * 'ident
   | Reduce of loc * reduction_kind * ('term, 'ident) pattern