tell: The MonadTell class and related monad transformers.

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]

MonadTell is (morally) a superclass of MonadWriter that only provides tell. In contrast to MonadWriter, implementors of MonadTell are not required to hold on to their output. This means that MonadTell is a better choice in situations such as logging and writing to files.

Properties

Versions 0.1, 0.1
Change log CHANGELOG.md
Dependencies base (>=4.14.1.0 && <5), mtl (>=2.2 && <2.3), transformers (>=0.5.6 && <0.6.1) [details]
License BSD-3-Clause
Copyright (C) 2021 Isaac Elliott
Author Isaac Elliott
Maintainer isaace71295@gmail.com
Category Control
Home page https://github.com/LightAndLight/tell
Bug tracker https://github.com/LightAndLight/tell/issues
Uploaded by lightandlight at 2021-09-06T11:05:49Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees