Fix remaining compilation bug caused by the refactoring of modules.
[tatoo.git] / src / html.mli
index 0a7d8dd..660710e 100644 (file)
@@ -1,2 +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
+val gen_trace : (module Tree.S with type t = 'a) -> 'a -> unit