Module Lift.Ident
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.