package tls

  1. Overview
  2. Docs

Module Tls.ControlSource

Sourcemodule type Monad = sig ... end
Sourcemodule type Monad_ext = sig ... end
Sourcemodule Monad_ext_make (M : Monad) : Monad_ext with type 'a t = 'a M.t
Sourcemodule Option : sig ... end
Sourcemodule type Or_error = sig ... end
Sourcemodule Or_error_make (M : sig ... end) : Or_error with type err = M.err and type 'a t = ('a, M.err) result