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 abstract-deque

    Abstract, parameterized interface to mutable Deques. An abstract interface to highly-parameterizable queues/deques. Background: There exists a feature space for queues that extends between:

    • simple, single-ended, non-concurrent, bounded queues
    • double-ended, threadsafe, growable queues
    ... with important points inbetween (such as the queues used for work-stealing). This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families). This package also includes a simple reference implementation based on IORef and Data.Sequence.

  2. package aeson-gadt-th

    Derivation of Aeson instances for GADTs Template Haskell for generating ToJSON and FromJSON instances for GADTs. See README.md for examples.

  3. package amqp

    Client library for AMQP servers (currently only RabbitMQ) Client library for AMQP servers (currently only RabbitMQ)

  4. package annotated-exception

    Exceptions, with checkpoints and context. Please see the README on Github at https://github.com/parsonsmatt/annotated-exception#readme

  5. package ap-normalize

    Self-normalizing applicative expressions An applicative functor transformer to normalize expressions using (<$>), (<*>), and pure into a linear list of actions. See ApNormalize to get started.

  6. package apecs

    Fast Entity-Component-System library for game programming apecs is a fast, type-driven Entity-Component-System library for game programming.

  7. package arithmoi

    Efficient basic number-theoretic functions. A library of basic functionality needed for number-theoretic calculations. The aim of this library is to provide efficient implementations of the functions. Primes and related things (totients, factorisation), powers (integer roots and tests, modular exponentiation).

  8. package attoparsec-time

    Attoparsec parsers of time A collection of Attoparsec parsers for the "time" library

  9. package attoparsec-uri

    URI parser / printer using attoparsec Please see the README on GitHub at https://github.com/athanclark/attoparsec-uri#readme

  10. package automaton

    Effectful streams and automata in coalgebraic encoding Effectful streams have an internal state and a step function. Varying the effect type, this gives many different useful concepts: For example with a reader effect, it results in automata (a.k.a transducers or state machines).

Page 75 of many | Previous | Next