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.

  1. potentiallyFlakyWith :: forall (a :: [Type]) b c . String -> TestDefM a b c -> TestDefM a b c

    sydtest Test.Syd.Modify

    Like potentiallyFlaky, but with a message.

  2. withParallelism :: forall (a :: [Type]) b c . Parallelism -> TestDefM a b c -> TestDefM a b c

    sydtest Test.Syd.Modify

    Annotate a test group with Parallelism.

  3. DefAfterAllNode :: forall (outers :: [Type]) inner extra . (HList outers -> IO ()) -> SpecDefForest outers inner extra -> SpecDefTree outers inner extra

    sydtest Test.Syd.SpecDef

    No documentation available.

  4. DefAroundAllNode :: forall outer (outers :: [Type]) inner extra . ((outer -> IO ()) -> IO ()) -> SpecDefForest (outer ': outers) inner extra -> SpecDefTree outers inner extra

    sydtest Test.Syd.SpecDef

    No documentation available.

  5. DefAroundAllWithNode :: forall newOuter oldOuter (otherOuters :: [Type]) inner extra . ((newOuter -> IO ()) -> oldOuter -> IO ()) -> SpecDefForest (newOuter ': (oldOuter ': otherOuters)) inner extra -> SpecDefTree (oldOuter ': otherOuters) inner extra

    sydtest Test.Syd.SpecDef

    No documentation available.

  6. DefBeforeAllNode :: forall outer (outers :: [Type]) inner extra . IO outer -> SpecDefForest (outer ': outers) inner extra -> SpecDefTree outers inner extra

    sydtest Test.Syd.SpecDef

    No documentation available.

  7. DefBeforeAllWithNode :: forall oldOuter newOuter (otherOuters :: [Type]) inner extra . (oldOuter -> IO newOuter) -> SpecDefForest (newOuter ': (oldOuter ': otherOuters)) inner extra -> SpecDefTree (oldOuter ': otherOuters) inner extra

    sydtest Test.Syd.SpecDef

    No documentation available.

  8. DefParallelismNode :: forall (outers :: [Type]) inner extra . Parallelism -> SpecDefForest outers inner extra -> SpecDefTree outers inner extra

    sydtest Test.Syd.SpecDef

    Control the level of parallelism for a given group of tests

  9. Parallel :: Parallelism

    sydtest Test.Syd.SpecDef

    No documentation available.

  10. data Parallelism

    sydtest Test.Syd.SpecDef

    No documentation available.

Page 340 of many | Previous | Next