Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
distributed-process-extras Control.Distributed.Process.Extras.Internal.Unsafe No documentation available.
-
distributed-process-systest Control.Distributed.Process.SysTest.Utils A simple Ping signal
-
distributed-process-systest Control.Distributed.Process.SysTest.Utils No documentation available.
Prefixed :: Text -> Doc a -> Doc adoctemplates Text.DocTemplates Doc with each line prefixed with text. Note that trailing blanks are omitted from the prefix when the line after it is empty.
Partial :: [Pipe] -> Template a -> Template adoctemplates Text.DocTemplates.Internal No documentation available.
-
doctemplates Text.DocTemplates.Internal No documentation available.
module Text.DocTemplates.
Parser No documentation available.
ProductTypeDef :: [(Text, Type)] -> TypeDefdomain-core DomainCore.Model Product. Think of it as a record. Carries a list of associations of field names with types.
-
effectful-core Effectful Persistence setting for the ConcUnlift strategy. Different functions require different persistence strategies. Examples:
- Lifting pooledMapConcurrentlyN from the unliftio library requires the Ephemeral strategy as we don't want jobs to share environment changes made by previous jobs run in the same worker thread.
- Lifting forkIOWithUnmask requires the Persistent strategy, otherwise the unmasking function would start with a fresh environment each time it's called.
-
effectful-core Effectful Persist the environment between calls to the unlifting function within a particular thread.