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.
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.
-
alsa-seq Sound.ALSA.Sequencer.Event No documentation available.
simpleNote :: Channel -> Pitch -> Velocity -> Notealsa-seq Sound.ALSA.Sequencer.Event Make a note whose unspecified fields contain 0.
doesNotExistErrorType :: IOErrorTypeclassy-prelude ClassyPrelude I/O error where the operation failed because one of its arguments does not exist.
isDoesNotExistError :: IOError -> Boolclassy-prelude ClassyPrelude An error indicating that an IO operation failed because one of its arguments does not exist.
isDoesNotExistErrorType :: IOErrorType -> Boolclassy-prelude ClassyPrelude I/O error where the operation failed because one of its arguments does not exist.
LookupInstErrNotExact :: LookupInstanceErrReasonghc-lib-parser GHC.Core.InstEnv Tyvars aren't an exact match.