tonalude: A standard library for Tonatona framework.

[ control, library, mit, tonatona ] [ Propose Tags ]

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]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.2.0.0
Dependencies base (>=4.14 && <4.18), bytestring (>=0.10 && <0.12), 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 arowM at 2023-08-29T14:22:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1320 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-08-29 [all 1 reports]

Readme for tonalude-0.2.0.0

[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.