Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. package js-dgtable

    Obtain minified jquery.dgtable code This package bundles the minified jquery.dgtable code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream jquery.dgtable version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).

  2. package js-flot

    Obtain minified flot code This package bundles the minified Flot code (a jQuery plotting library) into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream flot version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).

  3. package jsonrpc-tinyclient

    Tiny JSON-RPC client for Haskell Web3 library. Minimalistic JSON-RPC client, inspired by haxr library.

  4. package katip

    A structured logging framework. Katip is a structured logging framework. See README.md for more details.

  5. package keyed-vals

    An abstract Handle for accessing collections in stores like Redis Provides an abstract Handle for accessing stored key-value collections, and useful combinators that use Handle. One implementation of Handle accesses collections in Redis other backends are possible. keyed-vals also provides a typed interface to the storage backend that allows the path in the storage backend to be declaratively linked to the types of data stored via a straightforward typeclass declaration. Read this short example for an introduction its usage.

  6. package lattices

    Fine-grained library for constructing and manipulating lattices In mathematics, a lattice is a partially ordered set in which every two elements x and y have a unique supremum (also called a least upper bound, join, or x \/ y) and a unique infimum (also called a greatest lower bound, meet, or x /\ y). This package provide type-classes for different lattice types, as well as a class for the partial order.

  7. package lens-family-core

    Haskell 2022 Lens Families This package provides first class(†) functional references in Van Laarhoven style supporting the following optics:

    • Lenses (view, over)
    • Traversals (toListOf, matching, over)
    • Setters (over)
    • Grates (zipWithOf, under, review)
    • Resetters (under)
    • Adapters (view, review)
    • Grids (toListOf, over / under, review)
    • Prisms (matching, over / under, review)
    • Getters (view)
    • Folders (toListOf)
    • Reviewers (review)
    (†) For optimal first-class support use the lens-family package with rank 2 / rank N polymorphism. Lens.Family.Clone allows for first-class support of lenses and traversals for those who cannot support rank 2 polymorphism.

  8. package libyaml

    Low-level, streaming YAML interface. README and API documentation are available at https://www.stackage.org/package/libyaml

  9. package list-transformer

    List monad transformer This library provides a list monad transformer that enriches lists with effects and streams efficiently in constant space. This library also has an extensive tutorial in the List.Transformer module which explains the motivation behind this type and how to use the type fluently.

  10. package logging-facade

    Simple logging abstraction that allows multiple back-ends Simple logging abstraction that allows multiple back-ends

Page 87 of many | Previous | Next