acme-dont: A "don't" construct

[ acme, bsd3, library ] [ Propose Tags ]

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]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0, 1.1, 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:37:06Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 4149 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

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