X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;fp=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=3c659bb6063dc15790d6ce64a9edce0c2c8a2669;hb=90c15accf8c385a3dc44aa5f6df13f707514e2cd;hp=269ba553a22467ae74bec15eda5229154ce71e87;hpb=98c386d8d12a2fe4d64017e0b1bf684b22fe6423;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index 269ba553a..3c659bb60 100644 --- a/helm/ocaml/cic_transformations/tacticAst.ml +++ b/helm/ocaml/cic_transformations/tacticAst.ml @@ -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