Add a 'trace' mode (must be enabled at build time) that saves the
[tatoo.git] / src / auto / html.mli
diff --git a/src/auto/html.mli b/src/auto/html.mli
new file mode 100644 (file)
index 0000000..0a7d8dd
--- /dev/null
@@ -0,0 +1,2 @@
+val trace : int -> int -> ('a, Format.formatter, unit, unit) format4 -> 'a
+val gen_trace : (module Tree.Sig.S with type t = 'a) -> 'a -> unit