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.

  1. package Interpolation

    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.

    1. 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. 2.6 - A handy quote for printing
    3. 2.5.1 - version bump for ghc-7.0.1

  2. package JuicyCairo

    To use images of JuicyPixels from Cairo Please see the README on GitHub at https://github.com/githubuser/JuicyCairo#readme

  3. package JuicyPixels-extra

    Efficiently scale, crop, flip images with JuicyPixels Efficiently scale, crop, flip images with JuicyPixels.

  4. package LPFP

    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.

  5. package Mantissa

    Reals in the interval [0,1), as machine words Please see the README on GitHub at https://github.com/jcranch/Mantissa#readme

  6. package MonadPrompt

    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

  7. package NanoID

    NanoID generator Library and CLI tool for NanoID generation

  8. package OrderedBits

    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.

  9. package ParsecTools

    Parsec combinators for more complex objects. Combined parsers for complex objects: floating point, and integral numbers.

  10. package PyF

    Quasiquotations for a python like interpolated string formatter Quasiquotations for a python like interpolated string formatter.

Page 156 of many | Previous | Next