Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. infer_equity_ :: InputOpts -> Bool

    hledger-lib Hledger.Read.Common

    infer equity conversion postings from costs ?

  2. infer_equity :: HasInputOpts c => Lens' c Bool

    hledger-lib Hledger.Read.InputOptions

    No documentation available.

  3. infer_equity_ :: InputOpts -> Bool

    hledger-lib Hledger.Read.InputOptions

    infer equity conversion postings from costs ?

  4. sequence' :: Monad f => [f a] -> f [a]

    hledger-lib Hledger.Utils

    This is a version of sequence based on difference lists. It is slightly faster but we mostly use it because it uses the heap instead of the stack. This has the advantage that Neil Mitchell’s trick of limiting the stack size to discover space leaks doesn’t show this as a false positive.

  5. singleQuoteIfNeeded :: String -> String

    hledger-lib Hledger.Utils.String

    Single-quote this string if it contains whitespace or double-quotes. Does not work for strings containing single quotes.

  6. assertParseEq :: (HasCallStack, Eq a, Show a, Default st) => StateT st (ParsecT HledgerParseErrorData Text IO) a -> Text -> a -> Assertion

    hledger-lib Hledger.Utils.Test

    Assert a parser produces an expected value.

  7. assertParseEqE :: (Default st, Eq a, Show a, HasCallStack) => StateT st (ParsecT HledgerParseErrorData Text (ExceptT FinalParseError IO)) a -> Text -> a -> Assertion

    hledger-lib Hledger.Utils.Test

    No documentation available.

  8. assertParseEqOn :: (HasCallStack, Eq b, Show b, Default st) => StateT st (ParsecT HledgerParseErrorData Text IO) a -> Text -> (a -> b) -> b -> Assertion

    hledger-lib Hledger.Utils.Test

    Like assertParseEq, but transform the parse result with the given function before comparing it.

  9. sequentialTestGroup :: TestName -> DependencyType -> [TestTree] -> TestTree

    hledger-lib Hledger.Utils.Test

    Legacy name for dependentTestGroup.

  10. escapeDoubleQuotes :: Text -> Text

    hledger-lib Hledger.Utils.Text

    No documentation available.

Page 371 of many | Previous | Next