Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
Reals in the interval [0,1), as machine words Please see the README on GitHub at https://github.com/jcranch/Mantissa#readme
-
MonadPrompt, implementation & examples "Prompting" monad that allows splitting the description of a computation from the implementation of the effects used in that computation. http://www.haskell.org/pipermail/haskell-cafe/2008-January/038301.html
-
NanoID generator Library and CLI tool for NanoID generation
-
Efficient ordered (by popcount) enumeration of bits This library provides efficient methods to enumerate all elements of a set in order of the population count, or the ordered enumerations of the elements of the powerset of a set. First, the empty set, then all 1-element sets, all 2-element sets, etc. Such enumerations are important for algorithms over unordered data sets. Examples include the travelling salesman problem and the closely related Hamiltonian path problem.
-
Parsec combinators for more complex objects. Combined parsers for complex objects: floating point, and integral numbers.
-
Quasiquotations for a python like interpolated string formatter Quasiquotations for a python like interpolated string formatter.