X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=fd5bde9044bede04b9768a7b7de013992b60b554;hb=e0fc20211c796fd90db43b9caece8f9aa1c75390;hp=5bc4462980047aab40347dbd944df2dc69301f90;hpb=5eb0f57378da1394b08d593dc723301191873565;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index 5bc446298..fd5bde904 100644 --- a/helm/ocaml/cic_transformations/tacticAst.ml +++ b/helm/ocaml/cic_transformations/tacticAst.ml @@ -35,6 +35,7 @@ type ('term, 'ident) tactic = | Absurd of 'term | Apply of 'term + | Auto | Assumption | Change of 'term * 'term * 'ident option (* what, with what, where *) | Change_pattern of 'term pattern * 'term * 'ident option