Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. stmtsAnchor :: forall (tok :: Symbol) a . Located (OrdList (EpToken tok), a) -> Maybe EpaLocation

    ghc-lib-parser GHC.Parser.PostProcess

    The anchor for a stmtlist is based on either the location or the first semicolon annotion.

  2. stmtsLoc :: forall (tok :: Symbol) a . Located (OrdList (EpToken tok), a) -> SrcSpan

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

  3. stmAction :: ExternDispatcher s -> STM a

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types

    No documentation available.

  4. 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.

  5. 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.

  6. 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.

  7. stmp :: QuasiQuoter

    HStringTemplate Text.StringTemplate.QQ

    No documentation available.

  8. stmt :: HsExpr' -> Stmt'

    ghc-source-gen GHC.SourceGen.Binds

    An expression statement. May be used in a do expression (with do') or in a match (with guard). TODO: also allow using statements in list comprehensions.

  9. stmtAnnotation :: Statement a -> a

    ginger Text.Ginger.AST

    No documentation available.

  10. package stm-hamt

    STM-specialised Hash Array Mapped Trie A low-level data-structure, which can be used to implement higher-level interfaces like hash-map and hash-set. Such implementations are presented by the stm-containers.

Page 12 of many | Previous | Next