Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. beforeAll_ :: forall (outers :: [Type]) inner result . IO () -> TestDefM outers inner result -> TestDefM outers inner result

    sydtest Test.Syd.Def.AroundAll

    Run a custom action before all spec items in a group without setting up any outer resources.

  2. wrapForest :: forall (outers1 :: [Type]) inner1 (outers2 :: [Type]) inner2 result . (TestForest outers1 inner1 -> TestTree outers2 inner2) -> TestDefM outers1 inner1 result -> TestDefM outers2 inner2 result

    sydtest Test.Syd.Def.AroundAll

    Declare a node in the spec def forest

  3. outputSpecForest :: Settings -> Int -> Int -> ResultForest -> [[Chunk]]

    sydtest Test.Syd.Output

    No documentation available.

  4. printOutputSpecForest :: Settings -> Timed ResultForest -> IO ()

    sydtest Test.Syd.Output

    No documentation available.

  5. resultForestWidth :: SpecForest a -> Int

    sydtest Test.Syd.Output

    No documentation available.

  6. specForestWidth :: forall (a :: [Type]) b c . SpecDefForest a b c -> Int

    sydtest Test.Syd.Output

    No documentation available.

  7. timeChunkFor :: Word64 -> Chunk

    sydtest Test.Syd.Output

    No documentation available.

  8. runSpecForestAsynchronously :: Settings -> Word -> TestForest ('[] :: [Type]) () -> IO ResultForest

    sydtest Test.Syd.Runner.Asynchronous

    No documentation available.

  9. runSpecForestInterleavedWithOutputAsynchronously :: Settings -> Word -> TestForest ('[] :: [Type]) () -> IO (Timed ResultForest)

    sydtest Test.Syd.Runner.Asynchronous

    No documentation available.

  10. runSpecForestInterleavedWithOutputSynchronously :: Settings -> TestForest ('[] :: [Type]) () -> IO (Timed ResultForest)

    sydtest Test.Syd.Runner.Synchronous

    No documentation available.

Page 511 of many | Previous | Next