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.
-
Approximate equality for floating point numbers with HUnit This package exports combinators useful in comparing floating-point numbers in HUnit tests, by using approximate equality.
-
Work with HTML more easily in HXT See examples and full readme on the Github page: https://github.com/egonSchiele/HandsomeSoup
-
A library for arbitrary precision decimal numbers. Please see the README on GitHub at https://github.com/thma/HasBigDecimal#readme
-
Cashflow modeling library for structured finance Please see the README on GitHub at https://github.com/yellowbean/Hastructure#readme
-
A RESTful microService for IPv6-related data IPv6DB is a RESTful microservice using Redis as backend to store lists of IPv6 addresses and attach to each of them any valuable data in a schema-free valid JSON value. Each resource can be permanent or TTLed.
-
Imperative approach to testing stateful applications. ImpSpec is build on top of HSpec and QuickCheck Let a little imp help you discover all the bugs in your stateful Haskell program.
-
Multiline strings, interpolation and templating. This package adds quasiquoter for multiline strings, interpolation and simple templating. It can handle repetition templates which makes it Handy for outputting larger structures, such as latex tables or gnuplot files.
- 3.0 - Instead of Strings, the str quasiquoter produces values of type `(Monoid a, IsString a) => a`, making it compatible many other libraries, such as Data.Text and Blaze.Builder.
- 2.6 - A handy quote for printing
- 2.5.1 - version bump for ghc-7.0.1
-
To use images of JuicyPixels from Cairo Please see the README on GitHub at https://github.com/githubuser/JuicyCairo#readme
-
Efficiently scale, crop, flip images with JuicyPixels Efficiently scale, crop, flip images with JuicyPixels.
-
Code for the book Learn Physics with Functional Programming Haskell code to help the user learn mechanics of one particle, mechanics of multiple interacting particles, and electromagnetic theory.