MIT licensed by Kadzuya Okamoto
Maintained by [email protected]
This version can be pinned in stack with:tonalude-0.1.1.0@sha256:9742d4df5aaf9018c9c3c4130b33f816d5cd615c0f0bdc0b636c77cb714fb63d,4441

Module documentation for 0.1.1.0

The tonalude library

A standard library for Tonatona framework.

Prelude replacement for Tonatona framework

The Tonalude module works as a prelude replacement for Tonatona framework, providing more functionality and types out of the box than the standard prelude (such as common data types like ByteString and Text), as well as removing common “gotchas”, like partial functions and lazy I/O. Most of the functions and types are imported from rio, but Tonalude customizes them to be more suitable for using with Tonatona.

The goal of Tonalude is not to be a general alternative to Prelude, but to be a Prelude alternative only for Tonatona.