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.
numericEnumFromTo :: (Ord a, Fractional a) => a -> a -> [a]protolude Protolude.Base No documentation available.
-
protolude Protolude.Base Convert from an Int.
sfLineNumber :: StackFrame -> Intwebdriver Test.WebDriver.Exceptions No documentation available.
sfLineNumber :: StackFrame -> Intwebdriver Test.WebDriver.Exceptions.Internal No documentation available.
sfLineNumber :: StackFrame -> Intwebdriver Test.WebDriver.Types No documentation available.
-
HTF Test.Framework.Location Extract the line number of a Location.
UnorderedEnumeration :: FacetTypeHaXml Text.XML.HaXml.Schema.XSDTypeModel No documentation available.
parseNum :: (Read a, Fractional a) => SizeOpts -> Bool -> String -> Either String aMissingH Data.Quantity Parses a String, possibly generated by renderNum. Parses the suffix and applies it to the number, which is read via the Read class. Returns Left "error message" on error, or Right number on successful parse. If you want an Integral result, the convenience function parseNumInt is for you.
parseNumInt :: (Read a, Integral a) => SizeOpts -> Bool -> String -> Either String aMissingH Data.Quantity Parse a number as with parseNum, but return the result as an Integral. Any type such as Integer, Int, etc. can be used for the result type. This function simply calls round on the result of parseNum. A Double is used internally for the parsing of the numeric component. By using this function, a user can still say something like 1.5M and get an integral result.
journalRenumberAccountDeclarations :: Journal -> Journalhledger-lib Hledger.Data.Journal Renumber all the account declarations. This is useful to call when finalising or concatenating Journals, to give account declarations a total order across files.