Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Future.FnVarious function combinators lifted into the Kleisli category.
val id : 'a -> 'a tid x a monadic identity function
val nothing : unit -> unit tnothing is a computation that does nothing.
apply_n_times ~n f creates a chaing of computation of size n made from applications of the same function to its own result.