package ocaml-basics

  1. Overview
  2. Docs

Module Monad.CoreSource

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
OCaml

Innovation. Community. Security.