~jack/acme-dont

A "don't" construct for Haskell, inspired by perl's Acme::Don't
CHANGELOG.md: Fix incorrect title
Haddock fix: maintainer name
Explicit import/export lists

clone

read-only
https://git.sr.ht/~jack/acme-dont
read/write
git@git.sr.ht:~jack/acme-dont

You can also use your local clone with git send-email.

#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