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.

  1. enumMaybe :: (Bounded a, Enum a, Eq str) => (a -> str) -> str -> Maybe a

    shell-utility Shell.Utility.ParseArgument

    No documentation available.

  2. enumeration :: (Bounded a, Enum a) => String -> (a -> String) -> String -> Either String a

    shell-utility Shell.Utility.ParseArgument

    No documentation available.

  3. parseNumber :: (Exit m, Read a) => String -> (a -> Bool) -> String -> String -> m a

    shell-utility Shell.Utility.ParseArgument

    No documentation available.

  4. interpolationNumber :: Margin -> Margin -> Int -> Int

    synthesizer-core Synthesizer.Basic.ToneModulation

    No documentation available.

  5. binaryLevelToNumber :: C a => BinaryLevel -> a

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

  6. integrateNum :: (C a, C a v) => Int -> (a, a) -> (a -> v) -> v

    synthesizer-core Synthesizer.Plain.Filter.Recursive.AllpassPoly

    No documentation available.

  7. alphaNum :: Pattern Char

    turtle Turtle.Pattern

    Match a letter or digit

    >>> match alphaNum "1"
    "1"
    
    >>> match alphaNum "a"
    "a"
    
    >>> match alphaNum "A"
    "A"
    
    >>> match alphaNum "."
    ""
    

  8. isValidNumber :: RealFloat a => a -> Bool

    Chart Graphics.Rendering.Chart.Utils

    Checks if the given value is and actual numeric value and not a concept like NaN or infinity.

  9. fromNum :: (Eq a, Num a) => a -> Bit

    Color Graphics.Color.Algebra.Binary

    Convert a number to a bit. Any non-zero number corresponds to 1.

  10. toNum :: Num a => Bit -> a

    Color Graphics.Color.Algebra.Binary

    Convert a bit to a number.

Page 339 of many | Previous | Next