Description
A "don't" construct.
Description
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.
README.md
acme-dont
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
Questions should go to the acme-dont-discuss mailing list.
Bug reports should go to the bug tracker.