Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. 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.

  2. package libyaml

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

  3. 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.

  4. package logging-facade

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

  5. package loop

    Fast loops (for when GHC can't optimize forM_) This package provides a convenient and fast alternative to the common `forM_ [1..n]` idiom, which in many cases GHC cannot fuse to efficient code. See https://ghc.haskell.org/trac/ghc/ticket/8763.

  6. package lsp

    Haskell library for the Microsoft Language Server Protocol An implementation of the types, and basic message server to allow language implementors to support the Language Server Protocol for their specific language. An example of this is for Haskell via the Haskell Language Server, at https://github.com/haskell/haskell-language-server

  7. package matrix-as-xyz

    Read and Display Jones-Faithful notation for spacegroup and planegroup Please see the README on GitHub at https://github.com/narumij/matrix-as-xyz#readme

  8. package messagepack

    Serialize instance for Message Pack Object Serialize instance for Message Pack Object

  9. package microlens-aeson

    Law-abiding lenses for Aeson, using microlens Law-abiding lenses for Aeson, using microlens.

  10. package microstache

    Mustache templates for Haskell Mustache templates for Haskell. Based on stache library, which uses megaparsec. This library uses parsec, thus the name: microstache.

Page 87 of many | Previous | Next