X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=7be8293da592073d748b4b37fbbf98307b5af39d;hb=275727242ccdce9df01af65f3bfb2d65283fa197;hp=5bc4462980047aab40347dbd944df2dc69301f90;hpb=a7ab0ef67114c3152920f03ae1d7bfaaf1fae290;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index 5bc446298..7be8293da 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 @@ -77,6 +78,7 @@ type thm_flavour = type 'term command = | Abort + | Baseuri of string option (** get/set base uri *) | Check of 'term | Proof | Qed of string option