sidekick/backend/backend_intf.ml

6 lines
79 B
OCaml

module type S = sig
type t
val print : Format.formatter -> t -> unit
end