package containers-data

  1. Overview
  2. Docs

Module CCLazy_list.InfixSource

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

Alias to default.

  • since 2.1
OCaml

Innovation. Community. Security.