mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
6 lines
115 B
OCaml
6 lines
115 B
OCaml
|
|
module type S = sig
|
|
val debug : int -> ('a, Buffer.t, unit, unit) format4 -> 'a
|
|
(** debug message *)
|
|
end
|
|
|