@hackage interleavableGen0.0.1

Generates a version of a module using InterleavableIO

  • Categories

  • License

    LicenseRef-OtherLicense

  • Maintainer

    Marco Túlio Gontijo e Silva <marcot@riseup.net>

  • Versions

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.