Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
enumMaybe :: (Bounded a, Enum a, Eq str) => (a -> str) -> str -> Maybe ashell-utility Shell.Utility.ParseArgument No documentation available.
enumeration :: (Bounded a, Enum a) => String -> (a -> String) -> String -> Either String ashell-utility Shell.Utility.ParseArgument No documentation available.
parseNumber :: (Exit m, Read a) => String -> (a -> Bool) -> String -> String -> m ashell-utility Shell.Utility.ParseArgument No documentation available.
interpolationNumber :: Margin -> Margin -> Int -> Intsynthesizer-core Synthesizer.Basic.ToneModulation No documentation available.
binaryLevelToNumber :: C a => BinaryLevel -> asynthesizer-core Synthesizer.Plain.Analysis No documentation available.
integrateNum :: (C a, C a v) => Int -> (a, a) -> (a -> v) -> vsynthesizer-core Synthesizer.Plain.Filter.Recursive.AllpassPoly No documentation available.
-
turtle Turtle.Pattern Match a letter or digit
>>> match alphaNum "1" "1" >>> match alphaNum "a" "a" >>> match alphaNum "A" "A" >>> match alphaNum "." ""
isValidNumber :: RealFloat a => a -> BoolChart Graphics.Rendering.Chart.Utils Checks if the given value is and actual numeric value and not a concept like NaN or infinity.
fromNum :: (Eq a, Num a) => a -> BitColor Graphics.Color.Algebra.Binary Convert a number to a bit. Any non-zero number corresponds to 1.
-
Color Graphics.Color.Algebra.Binary Convert a bit to a number.