Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
package
genvalidity-bytestring GenValidity support for ByteString GenValidity support for ByteString
package
genvalidity-hspec-optics Standard spec's for lens Standard spec's for lens (van Laarhoven encoding)
-
Please see the README on GitHub at https://github.com/NorfairKing/mergeful#readme
-
Please see the README on GitHub at https://github.com/NorfairKing/mergeless#readme
package
genvalidity-scientific GenValidity support for Scientific GenValidity support for Scientific
package
genvalidity-unordered-containers GenValidity support for unordered-containers GenValidity support for unordered-containers
-
GenValidity support for vector GenValidity support for vector
-
ExactPrint for GHC Using the API Annotations available from GHC 9.2.1, this library provides a means to round trip any code that can be compiled by GHC, currently excluding lhs files. Note: requires GHC 9.10.*. For earlier GHC versions see lower version numbers.
-
Functions for walking GHC's heap This package provides functions for walking the GHC heap data structures and retrieving information about those data structures.
-
Constructs Haskell syntax trees for the GHC API. ghc-source-gen is a library for generating Haskell source code. It uses the ghc library to support recent language extensions, and provides a simple, consistent interface across several major versions of GHC. To get started, take a look at the GHC.SourceGen module. For more information, please see the README.