package interface-prime

  1. Overview
  2. Docs

Module Interface'.Monad_resultSource

Sourcemodule type ErrorType = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (M : Monad.S) (E : ErrorType) : S with type +'a t = ('a, E.t) result M.t and module E = E and type +'a u = 'a M.t
OCaml

Innovation. Community. Security.