package gen

  1. Overview
  2. Docs

Module S.InfixSource

Sourceval (--) : int -> int -> int t

Synonym for int_range ~by:1

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

Monadic bind operator

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

Infix map operator

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

Infix map operator

  • since 0.2.3
OCaml

Innovation. Community. Security.