package mehari

  1. Overview
  2. Docs
module IO : sig ... end
type path
val kind : path -> [ `Regular_file | `Directory | `Other ] IO.t
val read : path -> string list IO.t
val concat : path -> string -> path
val response_document : ?mime:mime -> path -> response IO.t
val pp_io_err : Stdlib.Format.formatter -> exn -> unit