@hackage acme-dont1.0

A don't construct

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      Gracjan Polak <gracjanpolak@gmail.com>

    • Versions

      • 1.2 Wed, 1 Apr 2020
      • 1.1 Mon, 9 Nov 2009
      • 1.0 Mon, 9 Nov 2009

    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.