acme-dont: A "don't" construct

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]

The Acme.Dont module provides a don't command, which is the opposite of Haskell's built-in do. It is used exactly like the do monadic construct except that, instead of executing the block it controls, it... well... doesn't.


[Skip to Readme]

Properties

Versions 1.0, 1.1, 1.2, 1.2
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5) [details]
License BSD-3-Clause
Copyright (c) 2009 Gracjan Polak
Author Gracjan Polak <gracjanpolak@gmail.com>
Maintainer jack@jackkelly.name
Category Acme
Home page https://git.sr.ht/~jack/acme-dont
Bug tracker https://todo.sr.ht/~jack/acme-dont
Source repo head: git clone https://git.sr.ht/~jack/acme-dont
Uploaded by jack at 2020-04-01T08:32:15Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for acme-dont-1.2

[back to package description]

acme-dont

builds.sr.ht status

The Acme.Dont module provides a don't command, which is the opposite of Haskell's built-in do. It is used exactly like the do monadic construct except that, instead of executing the block it controls, it... well... doesn't.

Other Resources