val run : 'a t -> 'arun m "runs" the computation within the identity monad, returning the value.
Lift.IdentThe 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.