]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
firs wrking (?) version of lapply
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index 269ba553a22467ae74bec15eda5229154ce71e87..3c659bb6063dc15790d6ce64a9edce0c2c8a2669 100644 (file)
@@ -63,7 +63,7 @@ type ('term, 'ident) tactic =
   | Symmetry of loc
   | Transitivity of loc * 'term
   | FwdSimpl of loc * 'term
-  | LApply of loc * 'term
+  | LApply of loc * 'term option * 'term
 
 type thm_flavour =
   [ `Definition