Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. package ad-delcont

    Reverse-mode automatic differentiation with delimited continuations Reverse-mode automatic differentiation using delimited continuations (shift/reset). The package exposes a small and easily extensible user interface to automatic differentiation combinators. It's also lightweight as a dependency, since it only requires base and transformers. To use the library, import Numeric.AD.DelCont, which also contains all documentation. Blog post : http://ocramz.github.io/haskell/automatic-differentiation/2021/07/19/ad-delcont.html References :

  2. package adler32

    An implementation of Adler-32, supporting rolling checksum operation This package provides an implementation of the Adler-32 checksum algorithm. It supports a rolling checksum mode, i.e. the checksum of a sliding window of the input message can be computed efficiently. It also supports compounding, i.e. the checksum of the concatenation of two messages can be efficiently computed from the checksums of the two parts. By default, the highly optimized implementation of Adler-32 from zlib will be used. This can be disabled, in which case a pure haskell implementation will be used instead. On my system, the haskell version is 2 to 3 times slower.

  3. package advent-of-code-api

    Advent of Code REST API bindings and servant API Haskell bindings for Advent of Code REST API and a servant API. Please use responsibly! See README.md or Advent module for an introduction and tutorial.

  4. package aern2-real

    Real numbers as convergent sequences of intervals Please see the README on GitHub at https://github.com/michalkonecny/aern2/#readme

  5. package aeson-attoparsec

    Embed an Attoparsec text parser into an Aeson parser Embed an Attoparsec text parser into an Aeson parser

  6. package aeson-better-errors

    Better error messages when decoding JSON values. A small package which gives you the tools to build parsers to decode JSON values, and gives good error messages when parsing fails. See also http://harry.garrood.me/blog/aeson-better-errors/.

  7. package aeson-combinators

    Aeson combinators for dead simple JSON decoding Low overhead value space Decoder on top of Aeson's Parser for combinator style decoding.

  8. package aeson-jsonpath

    Parse and run JSONPath queries on Aeson documents RFC 9535 compliant JSONPath parsing and querying package. JSONPath is similar to XPath for querying XML documents.

  9. package aeson-typescript

    Generate TypeScript definition files from your ADTs Please see the README on Github at https://github.com/codedownio/aeson-typescript#readme

  10. package aeson-warning-parser

    Library providing JSON parser that warns about unexpected fields in objects. Please see the README on GitHub at https://github.com/commercialhaskell/aeson-warning-parser#readme

Page 159 of many | Previous | Next