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.
normalizeNumber :: String -> Stringhxt Text.XML.HXT.DOM.Util Removes leading / trailing whitespaces and leading zeros
-
hxt Text.XML.HXT.DOM.XmlKeywords No documentation available.
isEnumAttrType :: ArrowDTD a => a XmlTree XmlTreehxt Text.XML.HXT.DTDValidation.TypeDefs No documentation available.
versionNum :: XParser s Stringhxt Text.XML.HXT.Parser.XmlTokenParser No documentation available.
-
hxt Text.XML.HXT.XMLSchema.DataTypeLibW3CNames No documentation available.
okNum :: (Eq a, Num a) => a -> a -> a -> Boolleancheck Test.LeanCheck.Utils.Operators Is this Num instance valid? This is useful for testing your custom Num instances against required properties.
> check (okNum :: Int -> Int -> Int -> Bool) +++ OK, passed 200 tests.
Double is mostly valid, but not entirely valid:> check (okNum :: Double -> Double -> Double -> Bool) *** Failed! Falsifiable (after 6 tests):
- 0 0.0 Infinity
okNumNonNegative :: (Eq a, Num a) => a -> a -> a -> Boolleancheck Test.LeanCheck.Utils.Operators Like okNum but restricted to zero and positives.
> check (okNumNonNegative :: Natural -> Natural -> Natural -> Bool) +++ OK, passed 200 tests.
-
leancheck Test.LeanCheck.Utils.Types Alphanumeric characters.
list :: [AlphaNum] = "0a1A2b3B4c..."
> check $ \(AlphaNum c) -> isAlphaNum c +++ OK, passed 62 tests (exhausted).
-
leancheck Test.LeanCheck.Utils.Types No documentation available.
-
leancheck Test.LeanCheck.Utils.Types Strings of alphanumeric characters