@hackage / iotransaction

Supports the automatic undoing of IO operations when an exception is thrown.

Latest0.1

About

Metadata

  • Last updated , by DylanShearer
  • License MIT
  • Maintained by: iotransaction@nekonya.info

  • Lottery factor: 0

Links

Installation

Readme

This module provides facilities for building transactions out of IO actions in such a way that, if one IO action in a transaction throws an exception, the effects of previous actions will be undone.