]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
added Baseuri command
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index fd5bde9044bede04b9768a7b7de013992b60b554..7be8293da592073d748b4b37fbbf98307b5af39d 100644 (file)
@@ -78,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