package rio

  1. Overview
  2. Docs
type 'src read = (module Read with type t = 'src)
type 'src t =
  1. | Reader of 'src read * 'src
val of_read_src : 'a read -> 'a -> 'a t
val empty : unit t
OCaml

Innovation. Community. Security.