X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=ed8e4ec6e8aeee0920be3c39cc44ebe5ba40f9bb;hb=a0b34b3dc61f87a1b3c4463b5f0cfb34ad87efe5;hp=f0bda3261e0accd7dfc4cf91530285533aea43b1;hpb=e98de6c5ff6d10baefd2d7492a8fdcd0a3fa1a6c;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