mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
6 lines
79 B
OCaml
6 lines
79 B
OCaml
|
|
module type S = sig
|
|
type t
|
|
val print : Format.formatter -> t -> unit
|
|
end
|
|
|