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.
-
A generic pretty-printer using generics-sop This library contains a generic implementation of the prettyVal function from the pretty-show package. Using the pretty printer, values can easily be rendered to strings and HTML documents in a uniform way. This library makes use of the generics-sop package and is an example of a generic function defined in the SOP style.
-
Styling and coloring terminal output with ANSI escape sequences. Please see the README on Github at https://github.com/loganmac/pretty-terminal#readme
-
Pretty printing class similar to Show. Pretty printing class similar to Show, based on the HughesPJ pretty printing library. Provides the pretty printing class and instances for the Prelude types.
package
prettyprinter-compat-ansi-wl-pprint Drop-in compatibility package to migrate from »ansi-wl-pprint« to »prettyprinter«. See README.md
-
Bindings to the primecount library Please see the README on Github at https://github.com/pgujjula/primecount-haskell#readme
-
Types for offsets into unboxed arrays Pair a typed or untyped primitive array with an offset. This is useful for providing meaningful type signatures when working with the foreign function interface.
-
Print all ANSI console colors Print all ANSI console colors. This is convenient when you are trying to set your console colors, for example when configuring Termonad. For installation and usage instructions, see the README.
package
probability-polynomial Probability distributions via piecewise polynomials Package for manipulating finite probability distributions. Both discrete, continuous and mixed probability distributions are supported. Continuous probability distributions are represented in terms of piecewise polynomials. Also includes an implementation of polynomials in one variable.
-
Specify Haskell project templates and generate files See initial blog post for explanation: http://www.yesodweb.com/blog/2012/09/project-templates
-
Bindings to the projectroot C logic Simple way of finding the root of a project given an entry-point. This module provides bindings to the projectroot C library