package containers

  1. Overview
  2. Docs
val (--) : int -> int -> int restartable

Synonym for int_range

val (>>=) : 'a restartable -> ('a -> 'b gen) -> 'b restartable

Monadic bind operator

OCaml

Innovation. Community. Security.