>do we have an example on how to handle clean u...
# arrow
p
do we have an example on how to handle clean up (here closing a db transaction) on failure (in an IO)?
.handleErrorWith { e -> IO { conn.close() }.flatMap { raiseError(e) } }