package stdune

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Stdune.MonadSource

Monad signatures

Sourcemodule type Basic = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule type List = sig ... end
Sourcemodule type Option = sig ... end
Sourcemodule type Result = sig ... end
Sourcemodule Make (M : Basic) : S with type 'a t := 'a M.t
Sourcemodule Id : S with type 'a t = 'a
Sourcemodule List (M : S) : List with type 'a t := 'a M.t
Sourcemodule Option (M : S) : Option with type 'a t := 'a M.t
Sourcemodule Result (M : S) : Result with type 'a t := 'a M.t
OCaml

Innovation. Community. Security.