Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
sequential :: forall (a :: [Type]) b c . TestDefM a b c -> TestDefM a b csydtest Test.Syd.Modify Declare that all tests below must be run sequentially
outputEqualityAssertionFailed :: String -> String -> Maybe [PolyDiff Text Text] -> [[Chunk]]sydtest Test.Syd.Output No documentation available.
outputNotEqualAssertionFailed :: String -> String -> [[Chunk]]sydtest Test.Syd.Output No documentation available.
NotEqualButShouldHaveBeenEqualWithDiff :: String -> String -> !Maybe [Diff Text] -> Assertionsydtest 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.
makeQuickCheckArgs :: TestRunSettings -> Argssydtest Test.Syd.Run No documentation available.
mkNotEqualButShouldHaveBeenEqual :: String -> String -> IO Assertionsydtest 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.
-
sydtest Test.Syd.SpecDef No documentation available.
withRequest :: (Request -> DelayedIO a) -> DelayedIO aservant-server Servant.Server.Internal.DelayedIO Gain access to the incoming request.
request :: forall (m :: Type -> Type) a' a y' y . Functor m => a' -> Proxy a' a y' y m apipes 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.
Request :: a' -> (a -> Proxy a' a b' b m r) -> Proxy a' a b' b (m :: Type -> Type) rpipes Pipes.Internal No documentation available.