Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Tracking of system metrics This library lets you defined and track system metrics.
-
Email address validation Validating an email address string against RFC 5322
-
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`.
package
genvalidity-containers GenValidity support for containers GenValidity support for containers
-
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.
-
Pango bindings Bindings for Pango, autogenerated by haskell-gi.
-
Half-precision floating-point Half-precision floating-point.
-
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.
-
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)
-
Run lifted IO operations asynchronously and wait for their results This package provides IO operations from async package lifted to any instance of MonadBase or MonadBaseControl.