Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. package streaming-bytestring

    Fast, effectful byte streams. This library enables fast and safe streaming of byte data, in either Word8 or Char form. It is a core addition to the streaming ecosystem and avoids the usual pitfalls of combinbing lazy ByteStrings with lazy IO. We follow the philosophy shared by streaming that "the best API is the one you already know". Thus this library mirrors the API of the bytestring library as closely as possible. See the module documentation and the README for more information.

  2. package stringbuilder

    A writer monad for multi-line string literals https://github.com/sol/stringbuilder#readme

  3. package stringsearch

    Fast searching, splitting and replacing of ByteStrings This package provides several functions to quickly search for substrings in strict or lazy ByteStrings. It also provides functions for breaking or splitting on substrings and replacing all occurrences of a substring (the first in case of overlaps) with another. GHC before 6.10 are no longer supported, other compilers only if they support BangPatterns. If you need it to work with other compilers, send a feature request.

  4. package svg-builder

    DSL for building SVG. Fast, easy to write SVG.

  5. package synthesizer-core

    Audio signal processing coded in Haskell: Low level part Low level audio signal processing used by the other synthesizer packages. The routines can be really fast due to StorableVector, Stream-like list type and aggressive inlining. For an interface to Haskore see http://code.haskell.org/haskore/revised/synthesizer/. For introductory examples see Synthesizer.Plain.Tutorial and Synthesizer.Generic.Tutorial. Functions: Oscillators, Noise generators, Frequency filters, Fast Fourier transform for computation of frequency spectrum

  6. package system-fileio

    Consistent filesystem interaction across GHC versions (deprecated) Consistent filesystem interaction across GHC versions (deprecated package).

  7. package tabular

    Two-dimensional data tables with rendering functions Tabular provides a Haskell representation of two-dimensional data tables, the kind that you might find in a spreadsheet or or a research report. It also comes with some default rendering functions for turning those tables into ASCII art, simple text with an arbitrary delimiter, CSV, HTML or LaTeX. Below is an example of the kind of output this library produces. The tabular package can group rows and columns, each group having one of three separators (no line, single line, double line) between its members.

    || memtest 1 | memtest 2 ||  time test  | time test 2
    ====++===========+===========++=============+============
    A 1 ||       hog |  terrible ||        slow |      slower
    A 2 ||       pig |   not bad ||        fast |     slowest
    ----++-----------+-----------++-------------+------------
    B 1 ||      good |     awful || intolerable |    bearable
    B 2 ||    better | no chance ||    crawling |     amazing
    B 3 ||       meh |   well... ||  worst ever |          ok
    

  8. package tasty-kat

    Known Answer Tests (KAT) framework for tasty Tests running from simple KATs file (different formats/helper supported)

  9. package text-zipper

    A text editor zipper library This library provides a zipper and API for editing text.

  10. package th-data-compat

    Compatibility for data definition template of TH This package contains wrapped name definitions of data definition template

Page 72 of many | Previous | Next