package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Error of string
  2. | `Format of string * Ocamlformat_rpc_lib_protocol__Protocol.format_args
  3. | `Halt
  4. | `Unknown
]
val read_input : IO.ic -> t IO.t
val output : IO.oc -> t -> unit IO.t