Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package functor-combinators

    Tools for functor combinator-based program design Tools for working with functor combinators: types that take functors (or other indexed types) and returns a new functor that "enhances" or "mixes" them in some way. In the process, you can design featureful programs by composing smaller "primitives" using basic unversal combinators. The main entry point is Data.Functor.Combinators, but more fine-grained functionality and extra combinators (some of them re-implementations for compatibility) are available in other modules as well. This library does not define new functor combinators for the most part, but rather re-exports them from different parts of the Haskell ecosystem and provides a uniform interface. See the README for a quick overview, and also https://blog.jle.im/entry/functor-combinatorpedia.html for an in-depth dive into the motivation behind functor combinator-driven development, examples of the functor combinators in this library, and details about how to use these abstractions!

  2. package functor-products

    General functor products for various Foldable instances Generalizes the Rec type in vinyl to work over various different Foldable instances, instead of just lists. Provides a unifying abstraction for all of them, as well as data types to index into them.

  3. package generic-lens-core

    Generically derive traversals, lenses and prisms. This library uses GHC.Generics to derive efficient optics (traversals, lenses and prisms) for algebraic data types in a type-directed way, with a focus on good type inference and error messages when possible. This package is the shared internal logic of the generic-lens and generic-optics libraries.

  4. package generically

    Generically newtype to use with DerivingVia This is a compatibility package as Generically and Generically1 newtypes are available since base-4.17 in GHC.Generics.

  5. package genvalidity-appendful

    Generators for ppend-only cooperative agreement

  6. package genvalidity-bytestring

    GenValidity support for ByteString GenValidity support for ByteString

  7. package genvalidity-hspec-optics

    Standard spec's for lens Standard spec's for lens (van Laarhoven encoding)

  8. package genvalidity-mergeful

    Please see the README on GitHub at https://github.com/NorfairKing/mergeful#readme

  9. package genvalidity-mergeless

    Please see the README on GitHub at https://github.com/NorfairKing/mergeless#readme

  10. package genvalidity-scientific

    GenValidity support for Scientific GenValidity support for Scientific

Page 116 of many | Previous | Next