Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. package character-ps

    Pattern synonyms for ASCII characters for Word8, Word16 etc Pattern synonyms for ASCII characters, e.g.

    pattern SPACE :: Word8
    pattern SPACE = 0x20
    

  2. package charset

    Fast unicode character sets based on complemented PATRICIA tries Fast unicode character sets based on complemented PATRICIA tries.

  3. package chart-svg

    Charting library targetting SVGs. This package provides a charting library targetting SVG as the rendered output.

    Usage

    >>> :set -XOverloadedLabels
    
    >>> :set -XOverloadedStrings
    
    >>> import Chart
    
    >>> import Optics.Core
    
    >>> let lines = [[Point 0.0 1.0, Point 1.0 1.0, Point 2.0 5.0],[Point 0.0 0.0, Point 2.8 3.0],[Point 0.5 4.0, Point 0.5 0]]
    
    >>> let styles = (\c -> defaultLineStyle & set #color (palette c) & set #size 0.015) <$> [0..2]
    
    >>> let cs = zipWith (\s x -> LineChart s [x]) styles lines
    
    >>> let lineExample = mempty & set #chartTree (named "line" cs) & set #hudOptions defaultHudOptions :: ChartOptions
    
    >>> writeChartOptions "other/usage.svg" lineExample
    
    See Chart for concept design notes, and Chart.Examples for practical usage.

  4. package chell

    A simple and intuitive library for automated testing. Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries such as chell-quickcheck to support more complex testing strategies.

  5. package citeproc

    Generates citations and bibliography from CSL styles. citeproc parses CSL style files and uses them to generate a list of formatted citations and bibliography entries. For more information about CSL, see https://citationstyles.org/.

  6. package cmark

    Fast, accurate CommonMark (Markdown) parser and renderer This package provides Haskell bindings for libcmark, the reference parser for CommonMark, a fully specified variant of Markdown. It includes sources for libcmark (0.30.3) and does not require prior installation of the C library.

  7. package cointracking-imports

    Generate CSV & XLSX files for importing into CoinTracking. cointracking-imports is a library for generating CSV & XLSX files to use with CoinTracking's Import feature. You construct a list of CTImportData, then feed those to our CSV/XLSX generating functions. E.g., if you generate a list of your BNB staking rewards, you can use this library build a CSV file to import those rewards into CoinTracking.

  8. package collect-errors

    Error monad with a Float instance Please see the README on GitHub at https://github.com/michalkonecny/collect-errors#readme

  9. package commonmark-extensions

    Pure Haskell commonmark parser. This library provides some useful extensions to core commonmark syntax: smart quotes, definition lists, tables, footnotes, math, and more.

  10. package conduit-zstd

    Conduit-based ZStd Compression Zstandard compression packaged as a conduit. This is a very thin wrapper around the official hs-zstd interface

Page 78 of many | Previous | Next