package ocamlformat

  1. Overview
  2. Docs
type 'a t = 'a
type ic = Ocamlformat_stdlib.In_channel.t
type oc = Ocamlformat_stdlib.Out_channel.t
val (>>=) : 'a -> ('b -> 'c) -> 'd
val return : 'a -> 'b
val read : Stdlib.in_channel -> Csexp.t option
val write : Ocamlformat_stdlib.Out_channel.t -> Csexp.t Ocamlformat_stdlib.List.t -> unit
OCaml

Innovation. Community. Security.