Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. stateAllowLineBreaks :: ParserState -> Bool

    pandoc Text.Pandoc.Parsing

    Allow parsing of line breaks

  2. stateAllowLinks :: ParserState -> Bool

    pandoc Text.Pandoc.Parsing

    Allow parsing of links

  3. finally :: forall (r :: EffectRow) a b . Member Resource r => Sem r a -> Sem r b -> Sem r a

    polysemy Polysemy.Resource

    Like bracket, but for the simple case of one computation to run afterward.

  4. evalLazyState :: forall s (r :: [(Type -> Type) -> Type -> Type]) a . s -> Sem ((State s :: (Type -> Type) -> Type -> Type) ': r) a -> Sem r a

    polysemy Polysemy.State

    Run a State effect with local state, lazily.

  5. type HasParallelSemaphore context = HasLabel context "parallelSemaphore" QSem

    sandwich Test.Sandwich

    No documentation available.

  6. defaultParallelNodeOptions :: NodeOptions

    sandwich Test.Sandwich

    No documentation available.

  7. parallel :: forall context (m :: Type -> Type) . HasCallStack => SpecFree context m () -> SpecFree context m ()

    sandwich Test.Sandwich

    Run a group of tests in parallel.

  8. parallelN :: forall (m :: Type -> Type) context . MonadUnliftIO m => Int -> SpecFree (LabelValue "parallelSemaphore" QSem :> context) m () -> SpecFree context m ()

    sandwich Test.Sandwich

    Wrapper around parallel. Introduces a semaphore to limit the parallelism to N threads.

  9. parallelN' :: forall (m :: Type -> Type) context . MonadUnliftIO m => NodeOptions -> Int -> SpecFree (LabelValue "parallelSemaphore" QSem :> context) m () -> SpecFree context m ()

    sandwich Test.Sandwich

    No documentation available.

  10. parallelNFromArgs :: forall context a (m :: Type -> Type) . (MonadUnliftIO m, HasCommandLineOptions context a) => (CommandLineOptions a -> Int) -> SpecFree (LabelValue "parallelSemaphore" QSem :> context) m () -> SpecFree context m ()

    sandwich Test.Sandwich

    Same as parallelN, but extracts the semaphore size from the command line options.

Page 481 of many | Previous | Next