Manually unwrap a monad using the Doable interface Useful for testing or when you need to unwrap outside of a Do-comprehension
Monad to unwrap
The unwrapped value
Error if the monad cannot be unwrapped
Manually unwrap a monad using the Doable interface Useful for testing or when you need to unwrap outside of a Do-comprehension