Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

    hledger-lib Hledger.Data.Transaction

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

  3. transactionNote :: Transaction -> Text

    hledger-lib Hledger.Data.Transaction

    No documentation available.

  4. RefineNotException :: TypeRep -> RefineException

    refined Refined

    A RefineException for failures involving the Not predicate.

  5. ANote :: NoteEv

    alsa-seq Sound.ALSA.Sequencer.Event

    No documentation available.

  6. simpleNote :: Channel -> Pitch -> Velocity -> Note

    alsa-seq Sound.ALSA.Sequencer.Event

    Make a note whose unspecified fields contain 0.

  7. doesNotExistErrorType :: IOErrorType

    classy-prelude ClassyPrelude

    I/O error where the operation failed because one of its arguments does not exist.

  8. isDoesNotExistError :: IOError -> Bool

    classy-prelude ClassyPrelude

    An error indicating that an IO operation failed because one of its arguments does not exist.

  9. isDoesNotExistErrorType :: IOErrorType -> Bool

    classy-prelude ClassyPrelude

    I/O error where the operation failed because one of its arguments does not exist.

  10. LookupInstErrNotExact :: LookupInstanceErrReason

    ghc-lib-parser GHC.Core.InstEnv

    Tyvars aren't an exact match.

Page 125 of many | Previous | Next