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.
infer_equity_ :: InputOpts -> Boolhledger-lib Hledger.Read.Common infer equity conversion postings from costs ?
infer_equity :: HasInputOpts c => Lens' c Boolhledger-lib Hledger.Read.InputOptions No documentation available.
infer_equity_ :: InputOpts -> Boolhledger-lib Hledger.Read.InputOptions infer equity conversion postings from costs ?
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.
singleQuoteIfNeeded :: String -> Stringhledger-lib Hledger.Utils.String Single-quote this string if it contains whitespace or double-quotes. Does not work for strings containing single quotes.
-
hledger-lib Hledger.Utils.Test Assert a parser produces an expected value.
-
hledger-lib Hledger.Utils.Test No documentation available.
-
hledger-lib Hledger.Utils.Test Like assertParseEq, but transform the parse result with the given function before comparing it.
sequentialTestGroup :: TestName -> DependencyType -> [TestTree] -> TestTreehledger-lib Hledger.Utils.Test Legacy name for dependentTestGroup.
escapeDoubleQuotes :: Text -> Texthledger-lib Hledger.Utils.Text No documentation available.