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.
stmtsAnchor :: forall (tok :: Symbol) a . Located (OrdList (EpToken tok), a) -> Maybe EpaLocationghc-lib-parser GHC.Parser.PostProcess The anchor for a stmtlist is based on either the location or the first semicolon annotion.
stmtsLoc :: forall (tok :: Symbol) a . Located (OrdList (EpToken tok), a) -> SrcSpanghc-lib-parser GHC.Parser.PostProcess No documentation available.
stmAction :: ExternDispatcher s -> STM adistributed-process-client-server Control.Distributed.Process.ManagedProcess.Internal.Types No documentation available.
-
Introduces conduits to channels, and promotes using conduits concurrently. Provides two simple conduit wrappers around STM channels - a source and a sink.
-
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.
-
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.
-
HStringTemplate Text.StringTemplate.QQ No documentation available.
-
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.
stmtAnnotation :: Statement a -> aginger Text.Ginger.AST No documentation available.
-
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.