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. textsNotEqualButShouldHaveBeenEqual :: Text -> Text -> IO Assertion

    sydtest Test.Syd.Expectation

    An assertion that says two Texts should have been equal according to ==. Note that using function could mess up the colours in your terminal if the Texts contain ANSI codes. In that case you may want to show your values first or use shouldBe instead.

  2. Sequential :: Parallelism

    sydtest Test.Syd.Modify

    No documentation available.

  3. sequential :: forall (a :: [Type]) b c . TestDefM a b c -> TestDefM a b c

    sydtest Test.Syd.Modify

    Declare that all tests below must be run sequentially

  4. outputEqualityAssertionFailed :: String -> String -> Maybe [PolyDiff Text Text] -> [[Chunk]]

    sydtest Test.Syd.Output

    No documentation available.

  5. outputNotEqualAssertionFailed :: String -> String -> [[Chunk]]

    sydtest Test.Syd.Output

    No documentation available.

  6. NotEqualButShouldHaveBeenEqualWithDiff :: String -> String -> !Maybe [Diff Text] -> Assertion

    sydtest Test.Syd.Run

    Both strings are not equal. The latest argument is a diff between both arguments. If Nothing, the raw values will be displayed instead of the diff.

  7. makeQuickCheckArgs :: TestRunSettings -> Args

    sydtest Test.Syd.Run

    No documentation available.

  8. mkNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertion

    sydtest Test.Syd.Run

    Assertion when both arguments are not equal. While display a diff between both at the end of tests. The diff computation is cancelled after 2s.

  9. Sequential :: Parallelism

    sydtest Test.Syd.SpecDef

    No documentation available.

  10. request :: forall (m :: Type -> Type) a' a y' y . Functor m => a' -> Proxy a' a y' y m a

    pipes Pipes.Core

    Send a value of type a' upstream and block waiting for a reply of type a request is the identity of the request category.

Page 240 of many | Previous | Next