]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
tests/* ==> *
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index c4f2a29ac4a389cc7ff9ac7e128fb8ea0e2b1efb..0dfb48aedb81236788fb2d664a55d03800d9f28e 100644 (file)
@@ -126,6 +126,8 @@ type obj =
       (string * CicAst.term) list
 
 type ('term,'obj) command =
+  | Default of loc * string * UriManager.uri list
+  | Include of loc * string
   | Set of loc * string * string
   | Drop of loc
   | Qed of loc