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.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. gassertNotEqualPrettyVerbose :: (Eq a, Pretty 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 Pretty.

  6. 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.

  7. 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.

  8. payeeAndNoteFromDescription' :: Text -> (Text, Text)

    hledger-lib Hledger.Data.Transaction

    Like payeeAndNoteFromDescription, but if there's no | then payee is empty.

  9. transactionNote :: Transaction -> Text

    hledger-lib Hledger.Data.Transaction

    No documentation available.

  10. RefineNotException :: TypeRep -> RefineException

    refined Refined

    A RefineException for failures involving the Not predicate.

Page 97 of many | Previous | Next