@hackage / interleavableGen

Generates a version of a module using InterleavableIO

Latest0.0.1

About

Metadata

  • Last updated , by MarcoSilva
  • License LicenseRef-OtherLicense
  • Categories Monads
  • Maintained by: Marco Túlio Gontijo e Silva <marcot@riseup.net>

  • Lottery factor: 0

Links

Installation

Readme

This program generates a version of a module that uses IO a functions, with MonadIO m => m a when the function returns IO, or InterleavableIO m => m a when an IO a function is passed as a callback.