package stdune

  1. Overview
  2. Docs
Dune's unstable standard library

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.6.1.tbz
sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce
sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52

doc/stdune/Stdune/Monad/index.html

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.