package eio

  1. Overview
  2. Docs
module type MGR = sig ... end
type Resource.pi +=
  1. | Mgr : ('t, (module MGR with type t = 't), [> ty ]) Resource.pi
val mgr : (module MGR with type t = 't) -> ('t, ty) Resource.handler
OCaml

Innovation. Community. Security.