The unified diff between revisions [5ad89fbf..] and [78746ed3..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'viz_misc.mli'

#
#
# patch "viz_misc.mli"
#  from [0d137b9883d1ce144629f5b0aa5872752f9e1b6b]
#    to [3a6714c41817a7f1c71d6852e4cc45b7c4962871]
#
============================================================
--- viz_misc.mli	0d137b9883d1ce144629f5b0aa5872752f9e1b6b
+++ viz_misc.mli	3a6714c41817a7f1c71d6852e4cc45b7c4962871
@@ -26,6 +26,7 @@ val debug : string -> bool
 val get_home_dir : unit -> string

 val debug : string -> bool
+val log : string -> ('a, unit, string, unit) format4 -> 'a

 module Signal :
   sig