package ocaml-basics

  1. Overview
  2. Docs

Module Make.MonadSource

Sourcemodule Core : sig ... end
include module type of Core
include OBMonad.Kernel2 with type ('a, 'b) t := ('a, 'b) t
Sourceval bind : ('a, 'b) t -> ('a -> ('c, 'b) t) -> ('c, 'b) t
Sourceval return : 'a -> ('a, _) t
Sourcemodule Infix : sig ... end
OCaml

Innovation. Community. Security.