package ocaml-basics

  1. Overview
  2. Docs
type ('a, 'b) t
module Core : sig ... end
include module type of Core
include Kernel2 with type ('a, 'b) t := ('a, 'b) t
val bind : ('a, 'b) t -> ('a -> ('c, 'b) t) -> ('c, 'b) t
val return : 'a -> ('a, _) t
module Infix : sig ... end