]> matita.cs.unibo.it Git - helm.git/commitdiff
added Basedir Ast
authorEnrico Tassi <enrico.tassi@inria.fr>
Mon, 31 Jan 2005 17:12:12 +0000 (17:12 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Mon, 31 Jan 2005 17:12:12 +0000 (17:12 +0000)
helm/ocaml/cic_transformations/tacticAst.ml

index f0bda3261e0accd7dfc4cf91530285533aea43b1..ed8e4ec6e8aeee0920be3c39cc44ebe5ba40f9bb 100644 (file)
@@ -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