Hoogle Search
Within LTS Haskell 24.57 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
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.
-
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.
-
Quasiquoters for printf Quasiquoters for string and text printf
-
Compatibility for the result type of TH reify This package contains compatible interfaces against the result type of TH reify function.
-
Lenses for These This package provides Prism and Traversals for These.
-
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").
-
Simple Haskell thread management in hierarchical manner Please see the README on GitHub at https://github.com/nshimaza/thread-hierarchy#readme
-
Several options for thread-local-storage (TLS) in Haskell. Thread-local storage, or TLS, is an important ingredient in many algorithms and data structures. The GHC compiler does not provide a built-in notion of TLS either at the IO-thread or OS thread level. This package provides a few different implementations of a simple TLS API. All exported public modules provide exactly the same interface with different implementations. Run the included criterion benchmark suite to ascertain which performs the best on your platform. Example criterion benchmark data can be found here (from an Intel Ivy-Bridge i7-3770 desktop): http://www.cs.indiana.edu/~rrnewton/datasets/xmen_tls_report.html
-
A simplified implementation of Erlang/OTP like supervisor over thread Please see the README on Github at https://github.com/nshimaza/thread-supervisor#readme