= 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
The identity monad as a stub for blocking computations.
Using this module in lifting will not change the blocking characteristics of the backend. It's here merely to facilitate interoperability.
val run : 'a t -> 'a
run m
"runs" the computation within the identity monad, returning the value.