quasar.effect
Monad with effect-capturing unit.
Cribbed from [doobie](http://github.com/tpolecat/doobie)
Captures the effect of producing A, including any exceptions that may be thrown.
A
Alias for capture.
capture
Construct a failed computation described by the given Throwable.
Throwable
Monad with effect-capturing unit.
Cribbed from [doobie](http://github.com/tpolecat/doobie)