]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/boxPp.mli
new (box based) pretty printer
[helm.git] / helm / ocaml / cic_transformations / boxPp.mli
diff --git a/helm/ocaml/cic_transformations/boxPp.mli b/helm/ocaml/cic_transformations/boxPp.mli
new file mode 100644 (file)
index 0000000..4bbd645
--- /dev/null
@@ -0,0 +1,4 @@
+
+val to_string : ('expr -> string) -> 'expr Box.box -> string list
+
+val pp_term : CicAst.term -> string