@hackage yaya-containers0.1.2.2

Pattern functors and instances for types in the containers package.

  • Installation

    Custom

  • Tested Compilers

  • Dependencies (3)

    • base ^>=4.12.0 || ^>=4.13.0 || ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0
    • containers ^>=0.6.0 || ^>=0.7
    • yaya ^>=0.5.1 || ^>=0.6.0
    • 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.