gen
Iterators for OCaml, both restartable and consumable
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val (--) : int -> int -> int restartable
Synonym for int_range ~by:1
val (>>=) : 'a restartable -> ( 'a -> 'b Gen_intf.gen ) -> 'b restartable
Monadic bind operator
val (>>|) : 'a restartable -> ( 'a -> 'b ) -> 'b restartable
Infix map operator
val (>|=) : 'a restartable -> ( 'a -> 'b ) -> 'b restartable
Infix map operator