Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. package Stream

    A library for manipulating infinite lists. This package implements functions, analogous to those from Data.List, to create and manipulate infinite lists: data Stream a = Cons a (Stream a). It provides alternative definitions for those Prelude functions that make sense for such streams. Note that this package has (almost) nothing to do with the work on Stream Fusion by Duncan Coutts, Roman Leshchinskiy, and Don Stewart.

  2. package Vis

    Painless 3D graphics, no affiliation with gloss This package began as a fork of Greg Horn's not-gloss package. The dependencies have been changed so that it builds with recent ghc versions.

  3. package abstract-par

    Type classes generalizing the functionality of the 'monad-par' library. The Par monad offers a parallel programming API based on dataflow programming. To use the Par monad, install the monad-par package, which includes this package as a dependency. This package is an abstract interface only. It provides a number of type clasess, but not an implementation. The type classes separate different levels of Par functionality. See the Control.Monad.Par.Class module for more details.

  4. package acc

    Sequence optimized for monoidal construction and folding Data structure intended for accumulating a sequence of elements for later traversal or folding. Useful for implementing all kinds of builders on top. . The benchmarks show that for the described use-case it is on average 2 times faster than DList and Seq, is on par with list when you always prepend elements and is exponentially faster than list when you append.

  5. package acid-state

    Add ACID guarantees to any serializable Haskell data structure. Use regular Haskell data structures as your database and get stronger ACID guarantees than most RDBMS offer.

  6. package active

    Abstractions for animation Active abstraction for animated things with finite start and end times.

  7. package aern2-mp

    Multi-precision ball (interval) arithmetic Please see the README on GitHub at https://github.com/michalkonecny/aern2/#readme

  8. package aeson-diff

    Extract and apply patches to JSON documents. This is a small library for working with changes to JSON documents. It includes a library and two command-line executables in the style of the diff(1) and patch(1) commands available on many systems.

  9. package aeson-schemas

    Easily consume JSON data on-demand with type-safety Parse JSON data easily and safely without defining new data types. Useful for deeply nested JSON data, which is difficult to parse using the default FromJSON instances.

  10. package alfred-margaret

    Fast Aho-Corasick string searching An efficient implementation of the Aho-Corasick string searching algorithm.

Page 102 of many | Previous | Next