= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package bap-c
-
bap_c
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Various function combinators lifted into the Kleisli category.
val id : 'a -> ('a, 'e) t
id x
a monadic identity function
val nothing : unit -> (unit, 'e) t
nothing
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.