package oseq

  1. Overview
  2. Docs

Module type OSeq.MONADSource

Monadic Operations

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

Innovation. Community. Security.