]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguateTypes.mli
added (and used) some type shorthands
[helm.git] / helm / ocaml / cic_disambiguation / disambiguateTypes.mli
index 523fe4b70838e7835d674480346dba9ea0da4428..58458d1ffa5d008618755828d766ae2ed454bbb1 100644 (file)
@@ -53,3 +53,11 @@ module type Callbacks =
 val string_of_domain_item: domain_item -> string
 val string_of_domain: domain_item list -> string
 
+(** {3 type shortands} *)
+
+type term = CicAst.term
+type tactic = (term, string) TacticAst.tactic
+type tactical = (term, string) TacticAst.tactic TacticAst.tactical
+type command = term CommandAst.command
+type script = term CommandAst.Script.script
+