@hackage dualizer0.2.0.0

Automatically generate dual constructions

  • Installation

    Custom

  • Tested Compilers

  • Dependencies (5)

    • base ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0
    • containers ^>=0.6.2 || ^>=0.7
    • template-haskell ^>=2.16.0 || ^>=2.17.0 || ^>=2.18.0 || ^>=2.19.0 || ^>=2.20.0 || ^>=2.21.0 || ^>=2.22.0
    • transformers ^>=0.5.6 || ^>=0.6.1
    • lens ^>=4.19 || ^>=5 || ^>=5.1 || ^>=5.2 || ^>=5.3
    • Show all…
  • Dependents (0)

  • Package Flags

      noisy-deprecations
       (on by default)

      Prior to GHC 9.10, the DEPRECATED pragma can’t distinguish between terms and types. Consenquently, you can get spurious warnings when there’s a name collision and the name in the other namespace is deprecated. Or you can choose to not get those warnings, at the risk of not being warned when there’s a name collision and the namespace you’re referencing is the one that’s deprecated.

A library for defining duals automatically, as well as labeling duals in existing packages.