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 ekg-core

    Tracking of system metrics This library lets you defined and track system metrics.

  2. package email-validate

    Email address validation Validating an email address string against RFC 5322

  3. package enummapset

    IntMap and IntSet with Enum keys/elements. This package contains simple wrappers around Data.IntMap and Data.IntSet with Enum keys and elements respectively. Especially useful for Ints wrapped with `newtype`.

  4. package genvalidity-containers

    GenValidity support for containers GenValidity support for containers

  5. package ghc-internal

    Basic libraries This package contains the Standard Haskell Prelude and its support libraries, and a large collection of useful libraries ranging from data structures to parsing combinators and debugging utilities.

  6. package gi-pango

    Pango bindings Bindings for Pango, autogenerated by haskell-gi.

  7. package half

    Half-precision floating-point Half-precision floating-point.

  8. package hslua-packaging

    Utilities to build Lua modules. Utilities to package up Haskell functions and values into a Lua module. This package is part of HsLua, a Haskell framework built around the embeddable scripting language Lua.

  9. package infinite-list

    Infinite lists Modern lightweight library for infinite lists with fusion:

    • API similar to Data.List.
    • No dependencies other than base.
    • Top performance, driven by fusion.
    • Avoid dangerous instances like Foldable.
    • Use NonEmpty where applicable.
    • Use Word for indices.
    • Be lazy, but not too lazy.
    {-# LANGUAGE PostfixOperators #-}
    import Data.List.Infinite (Infinite(..), (...), (....))
    import qualified Data.List.Infinite as Inf
    

  10. package lens-family

    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)

Page 41 of many | Previous | Next