]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
"include" command implemented.
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index c4f2a29ac4a389cc7ff9ac7e128fb8ea0e2b1efb..a051c2af6336d2a93e4a54b2d84b18ae2b9a1211 100644 (file)
@@ -126,6 +126,7 @@ type obj =
       (string * CicAst.term) list
 
 type ('term,'obj) command =
+  | Include of loc * string
   | Set of loc * string * string
   | Drop of loc
   | Qed of loc