]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
New command default "foo" uri1 ... urin
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index a051c2af6336d2a93e4a54b2d84b18ae2b9a1211..0dfb48aedb81236788fb2d664a55d03800d9f28e 100644 (file)
@@ -126,6 +126,7 @@ 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