package containers

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CCFun.MonadSource

Parameters

module X : sig ... end

Signature

Sourcetype 'a t = X.t -> 'a
Sourceval return : 'a -> 'a t

Monadic return.

Sourceval (>|=) : 'a t -> ('a -> 'b) -> 'b t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t

Monadic bind.

OCaml

Innovation. Community. Security.