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.

  1. numericEnumFromTo :: (Ord a, Fractional a) => a -> a -> [a]

    protolude Protolude.Base

    No documentation available.

  2. toEnum :: Enum a => Int -> a

    protolude Protolude.Base

    Convert from an Int.

  3. sfLineNumber :: StackFrame -> Int

    webdriver Test.WebDriver.Exceptions

    No documentation available.

  4. sfLineNumber :: StackFrame -> Int

    webdriver Test.WebDriver.Exceptions.Internal

    No documentation available.

  5. sfLineNumber :: StackFrame -> Int

    webdriver Test.WebDriver.Types

    No documentation available.

  6. lineNumber :: Location -> Int

    HTF Test.Framework.Location

    Extract the line number of a Location.

  7. UnorderedEnumeration :: FacetType

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  8. parseNum :: (Read a, Fractional a) => SizeOpts -> Bool -> String -> Either String a

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

  9. parseNumInt :: (Read a, Integral a) => SizeOpts -> Bool -> String -> Either String a

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

  10. journalRenumberAccountDeclarations :: Journal -> Journal

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

Page 137 of many | Previous | Next