package ocaml-basics

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