package ocaml-basics

  1. Overview
  2. Docs

Module type OBMonad.S2Source

Sourcetype ('a, 'b) t
Sourcemodule Core : sig ... end
include module type of Core
include 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