Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
gassertNotEqual :: (Eq a, Show a, AssertM m, HasCallStack) => a -> a -> m ()HTF Test.Framework.HUnitWrapper Fail in some AssertM monad if the two values of type a are equal. Use if a is an instance of Show but not of Pretty.
gassertNotEqualNoShow :: (Eq a, AssertM m, HasCallStack) => a -> a -> m ()HTF Test.Framework.HUnitWrapper Fail in some AssertM monad if the two values of type a are equal. Use if a is neither an instance of Show nor of Pretty.
gassertNotEqualNoShowVerbose :: (Eq a, AssertM m, HasCallStack) => String -> a -> a -> m ()HTF Test.Framework.HUnitWrapper Fail in some AssertM monad if the two values of type a are equal, supplying an additional message. Use if a is neither an instance of Show nor of Pretty.
gassertNotEqualPretty :: (Eq a, Pretty a, AssertM m, HasCallStack) => a -> a -> m ()HTF Test.Framework.HUnitWrapper Fail in some AssertM monad if the two values of type a are equal. Use if a is an instance of Pretty.
-
HTF Test.Framework.HUnitWrapper Fail in some AssertM monad if the two values of type a are equal, supplying an additional message. Use if a is an instance of Pretty.
gassertNotEqualVerbose :: (Eq a, Show a, AssertM m, HasCallStack) => String -> a -> a -> m ()HTF Test.Framework.HUnitWrapper Fail in some AssertM monad if the two values of type a are equal, supplying an additional message. Use if a is an instance of Show but not of Pretty.
payeeAndNoteFromDescription :: Text -> (Text, Text)hledger-lib Hledger.Data.Transaction Parse a transaction's description into payee and note (aka narration) fields, assuming a convention of separating these with | (like Beancount). Ie, everything up to the first | is the payee, everything after it is the note. When there's no |, payee == note == description.
payeeAndNoteFromDescription' :: Text -> (Text, Text)hledger-lib Hledger.Data.Transaction Like payeeAndNoteFromDescription, but if there's no | then payee is empty.
transactionNote :: Transaction -> Texthledger-lib Hledger.Data.Transaction No documentation available.
RefineNotException :: TypeRep -> RefineExceptionrefined Refined A RefineException for failures involving the Not predicate.