Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. OrderedNumericTotalDigits :: FacetType

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  2. UnorderedEnumeration :: FacetType

    HaXml Text.XML.HaXml.Schema.XSDTypeModel

    No documentation available.

  3. EnumeratedType :: EnumeratedType -> AttType

    HaXml Text.XML.HaXml.Types

    No documentation available.

  4. data EnumeratedType

    HaXml Text.XML.HaXml.Types

    No documentation available.

  5. Enumeration :: Enumeration -> EnumeratedType

    HaXml Text.XML.HaXml.Types

    No documentation available.

  6. type Enumeration = [NmToken]

    HaXml Text.XML.HaXml.Types

    No documentation available.

  7. TokNum :: Integer -> TokenT

    HaXml Text.XML.HaXml.Xtract.Lex

    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. quantifyNum :: (Ord a, Real a, Floating b, Ord b) => SizeOpts -> a -> (b, Char)

    MissingH Data.Quantity

    Takes a number and returns a new (quantity, suffix) combination. The space character is used as the suffix for items around 0.

Page 258 of many | Previous | Next