package smtp

  1. Overview
  2. Docs
module type IO = sig ... end
module type S = sig ... end
module Make (IO : IO) : S with type 'a monad = 'a IO.t