control-block-0.0.2: control-block.cabal
cabal-version: 3.0
name: control-block
version: 0.0.2
license: BSD-2-Clause
license-file: LICENSE
author: Melanie Phoenix
maintainer: brown.m@proton.me
category: Control
build-type: Simple
extra-doc-files: CHANGELOG.md
synopsis:
Higher-order functions with their function arguments at the end,
for channeling the full power of BlockArguments and LambdaCase .
description:
Higher-order functions with their function arguments at the end,
for channeling the full power of BlockArguments and LambdaCase .
library
ghc-options: -Wall
hs-source-dirs: lib
default-language: GHC2021
default-extensions:
BlockArguments
LambdaCase
PatternSynonyms
build-depends:
, base >=4.14 && <5
, indexed-traversable >=0.1.3 && <0.2
, witherable >=0.4.2 && <0.6
exposed-modules: Control.Block