X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=fd5bde9044bede04b9768a7b7de013992b60b554;hb=afd3b379d4959e4a18c1f26f25e4a9c14997866f;hp=05e8458f8d04d28eee1d4581f26a9fd57ab11e6d;hpb=18c2bcedaa5d59c03fbbb0207220edf9e795ced0;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index 05e8458f8..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 @@ -49,6 +50,7 @@ type ('term, 'ident) tactic = | Exists | Fold of reduction_kind * 'term | Fourier + | Hint | Injection of 'ident | Intros of int option * 'ident list | Left