tonalude: A standard library for Tonatona framework.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Tonaparser provides a way to pass runtime configurations. This library is supposed to be used with tonatona. 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.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.1, 0.2.0.0
Change log None available
Dependencies base (>=4.7 && <4.15), bytestring (>=0.10 && <0.11), rio (>=0.1.5 && <0.2), unliftio (>=0.2.4 && <0.3) [details]
License MIT
Copyright 2018 Kadzuya Okamoto
Author Kadzuya Okamoto
Maintainer arow.okamoto+github@gmail.com
Category Control, Library, Tonatona
Home page https://github.com/tonatona-project/tonatona#readme
Bug tracker https://github.com/tonatona-project/tonatona/issues
Source repo head: git clone https://github.com/tonatona-project/tonatona
Uploaded by qnoyxu at 2020-11-03T15:45:44Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for tonalude-0.1.1.1

[back to package description]

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.