package gen

  1. Overview
  2. Docs

Module type GenM_intf.MONADSource

Sourcetype +'a t
Sourceval return : 'a -> 'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval (>|=) : 'a t -> ('a -> 'b) -> 'b t
OCaml

Innovation. Community. Security.