= 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
include Intf.Core with type 'a t = RNG.t -> 'a
type 'a t = RNG.t -> 'a
'a t
is the type of computations of type 'a
val return : 'a -> 'a t
return x
injects a value x
as a computation
If-then-else, mostly useful for monads featuring incremental computation. Allows to efficiently bind on a boolean computation.
module Infix : Intf.Infix with type 'a t := 'a t