Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package pptable

    Pretty Print containers in a tabular format When you are faced with tens of records data types contained in a list or similar structure if becomes difficult to view all records during iterative development. This library provides a generic funciton to print any such record types in a tabular format that makes visualizing the data more pleasing. Please see README.md for examples of this.

  2. package prairie

    A first class record field library Please see the README on GitHub at https://github.com/parsonsmatt/prairie#readme

  3. package prefix-units

    A basic library for SI/IEC prefix units This library deals with parsing values containing "prefix units" (both IEC/binary and SI). For example, it can parse 10M and 1G, and it can also format values for displaying with the "optimal" unit. For more details, see the man page units(7), http://physics.nist.gov/cuu/Units/prefixes.html and http://physics.nist.gov/cuu/Units/binary.html.

  4. package pretty-relative-time

    Pretty relative time Please see the README on Github at https://github.com/NorfairKing/pretty-relative-time#readme

  5. package pretty-sop

    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.

  6. package pretty-terminal

    Styling and coloring terminal output with ANSI escape sequences. Please see the README on Github at https://github.com/loganmac/pretty-terminal#readme

  7. package prettyclass

    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.

  8. package prettyprinter-compat-ansi-wl-pprint

    Drop-in compatibility package to migrate from »ansi-wl-pprint« to »prettyprinter«. See README.md

  9. package primecount

    Bindings to the primecount library Please see the README on Github at https://github.com/pgujjula/primecount-haskell#readme

  10. package primitive-offset

    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.

Page 231 of many | Previous | Next