@hackage yaya-unsafe0.4.1.3

Non-total extensions to the Yaya recursion scheme library.

  • Installation

    Custom

  • Tested Compilers

  • Dependencies (5)

    • 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
    • comonad ^>=5.0.7
    • free ^>=5.1.5 || ^>=5.2
    • lens ^>=5 || ^>=5.1 || ^>=5.2 || ^>=5.3
    • yaya ^>=0.5.1 || ^>=0.6.0
    • Show all…
  • Dependents (1)

    @hackage/yaya-unsafe-test
  • 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.

Yaya is designed as a _total_ library. However, it is often expedient to use partial operations in some cases, and this package extends Yaya to provide those operations. It’s in a separate package (and modules) in order to make sure its use is very intentional and also relatively obvious to those reading your code. It’s recommended that you import these modules qualified and, in particular, all the type class instances here have been pulled into a separate module to avoid accidentally bringing them into scope.