hedgehog-extras-0.9.0.0: Supplemental library for hedgehog
Safe HaskellNone
LanguageHaskell2010

Hedgehog.Extras.Test.Prim

Synopsis

Documentation

failWithCustom :: MonadTest m => CallStack -> Maybe Diff -> String -> m a Source #

Takes a CallStack so the error can be rendered at the appropriate call site.

failMessage :: MonadTest m => CallStack -> String -> m a Source #

Takes a CallStack so the error can be rendered at the appropriate call site.