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.
-
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.
-
A first class record field library Please see the README on GitHub at https://github.com/parsonsmatt/prairie#readme
-
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.
-
Pretty relative time Please see the README on Github at https://github.com/NorfairKing/pretty-relative-time#readme
-
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.