Skip to content

Commit

Permalink
restore 4.01.0 compatibility by not using bytes, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Dec 5, 2014
1 parent 132d0c5 commit c7940ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwt/cohttp_lwt_unix_debug.mli
Expand Up @@ -23,4 +23,4 @@ val debug_active : bool ref

(** [debug_print fmt] will print the given [fmt] format string and
arguments to the standard error, prepended by the process id. *)
val debug_print : ('a, unit, bytes, unit) format4 -> 'a
val debug_print : ('a, unit, string, unit) format4 -> 'a

0 comments on commit c7940ed

Please sign in to comment.