Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. package stm-conduit

    Introduces conduits to channels, and promotes using conduits concurrently. Provides two simple conduit wrappers around STM channels - a source and a sink.

  2. package stm-containers

    Containers for STM This library is based on an STM-specialized implementation of Hash Array Mapped Trie. It provides efficient implementations of Map, Set and other data structures, which starting from version 1 perform even better than their counterparts from "unordered-containers", but also scale well on concurrent access patterns. . For details on performance of the library, which are a bit outdated, see this blog post.

  3. package stm-delay

    Updatable one-shot timer polled with STM This library lets you create a one-shot timer, poll it using STM, and update it to ring at a different time than initially specified. It uses GHC event manager timeouts when available (GHC 7.2+, -threaded, non-Windows OS), yielding performance similar to threadDelay and registerDelay. Otherwise, it falls back to forked threads and threadDelay.

    • 0.1.1.2 (2025-05-08)
    • Remove a call to ensureIOManagerIsRunning, for consistency with System.Timeout
    • Adjust timings in the testsuite to fix intermittent failure in the non-threaded RTS case.
    • 0.1.1 (2014-09-14)
    • Add tryWaitDelayIO, improve performance for certain cases of newDelay and updateDelay, and improve example.

  4. package storable-peek-poke

    class Sizable, Peek and Poke Please see the README on GitHub at https://github.com/YoshikuniJujo/storable-peek-poke#readme

  5. package strict-list

    Strict linked list Implementation of strict linked list with care taken about stack.

  6. package string-conv

    Standardized conversion between string types Avoids the need to remember many different functions for converting string types. Just use one universal function toS for all monomorphic string conversions.

  7. package swizzle

    Swizzle functions Please see the README on GitHub at https://github.com/YoshikuniJujo/swizzle#readme

  8. package swizzle-set

    Swizzle set functions Please see the README on GitHub at https://github.com/YoshikuniJujo/swizzle-set#readme

  9. package sydtest-webdriver

    A webdriver companion library for sydtest A webdriver companion library for sydtest

  10. package synthesizer-dimensional

    Audio signal processing with static physical dimensions High-level functions that use physical units and abstract from the sample rate in a statically type safe way.

Page 95 of many | Previous | Next