Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
valMakeNumber :: Double -> JSM JSValjsaddle Language.Javascript.JSaddle.Value Make a JavaScript number
type
DataEnum (s :: Stage) = [DataEnumValue s]morpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
DataEnum :: forall (s :: Stage) (a :: TypeCategory) . DataEnum s -> TypeContent (LEAF <=? a) a smorpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
data
DataEnumValue (s :: Stage)morpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.