X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=ed8e4ec6e8aeee0920be3c39cc44ebe5ba40f9bb;hb=caede9392c6fb7988731e0bbd1d1c42817f443de;hp=f0bda3261e0accd7dfc4cf91530285533aea43b1;hpb=1e18535e2671bd62d2ad82ab8d5c5201545d0bdb;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index f0bda3261..ed8e4ec6e 100644 --- a/helm/ocaml/cic_transformations/tacticAst.ml +++ b/helm/ocaml/cic_transformations/tacticAst.ml @@ -95,7 +95,8 @@ type print_kind = [ `Env ] type 'term command = | Abort | Baseuri of string option (** get/set base uri *) - | Check of 'term + | Basedir of string option (** get/set base dir *) + | Check of 'term | Search_pat of search_kind * string (* searches with string pattern *) | Search_term of search_kind * 'term (* searches with term pattern *) | Proof