Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. package text-show-instances

    Additional instances for text-show text-show-instances is a supplemental library to text-show that provides additional Show instances for data types in common Haskell libraries and GHC dependencies that are not encompassed by text-show. Currently, text-show-instances covers these libraries:

    One can use these instances by importing TextShow.Instances. Alternatively, there are monomorphic versions of the showb function available in the other submodules of TextShow.

  2. package th-bang-compat

    Compatibility for bang-type template This package provides compatible interfaces for bang-type template

  3. package th-deepstrict

    Check that datatypes are deep strict using Template Haskell. A library for checking that datatypes are deep strict using Template Haskell. Deep strictness is a helpful property for enforcing the absence of space leaks caused by excessive laziness.

  4. package th-extras

    A grab bag of functions for use with Template Haskell A grab bag of functions for use with Template Haskell. This is basically the place I put all my ugly CPP hacks to support the ever-changing interface of the template haskell system by providing high-level operations and making sure they work on as many versions of Template Haskell as I can.

  5. package th-nowq

    Template Haskell splice that expands to current time TH splice that expands to current time as a string literal in ISO-8601 format. Can be used to embed the compilation timestamp in your application.

  6. package th-printf

    Quasiquoters for printf Quasiquoters for string and text printf

  7. package th-reify-compat

    Compatibility for the result type of TH reify This package contains compatible interfaces against the result type of TH reify function.

  8. package these-lens

    Lenses for These This package provides Prism and Traversals for These.

  9. package these-skinny

    A fork of the 'these' package without the dependency bloat. This package provides a data type These a b which can hold a value of either type or values of each type. This is usually thought of as an "inclusive or" type (contrasting Either a b as "exclusive or") or as an "outer join" type (contrasting (a, b) as "inner join").

  10. package thread-hierarchy

    Simple Haskell thread management in hierarchical manner Please see the README on GitHub at https://github.com/nshimaza/thread-hierarchy#readme

Page 256 of many | Previous | Next