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.

  1. parseNumber :: Parser [Char]

    currycarbon Currycarbon.ParserHelpers

    No documentation available.

  2. isFiniteNumber :: forall a (d :: Dimension) . RealFloat a => Quantity d a -> Bool

    dimensional Numeric.Units.Dimensional.Float

    True if the representation of the argument is a number and is not infinite.

    >>> isFiniteNumber (_1 / _0)
    False
    
    >>> isFiniteNumber (_0 / _0)
    False
    
    >>> isFiniteNumber (_3 / _2)
    True
    

  3. fromEnum :: Enum a => a -> Int

    dimensional Numeric.Units.Dimensional.Prelude

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  4. toEnum :: Enum a => Int -> a

    dimensional Numeric.Units.Dimensional.Prelude

    Convert from an Int.

  5. type DWaveNumber = 'Dim 'Neg1 'Zero 'Zero 'Zero 'Zero 'Zero 'Zero

    dimensional Numeric.Units.Dimensional.Quantities

    No documentation available.

  6. type WaveNumber = Quantity DWaveNumber

    dimensional Numeric.Units.Dimensional.Quantities

    No documentation available.

  7. fromEnum :: Enum a => a -> Int

    distribution-opensuse OpenSuse.Prelude

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  8. toEnum :: Enum a => Int -> a

    distribution-opensuse OpenSuse.Prelude

    Convert from an Int.

  9. readEnum :: Enum e => String -> [e]

    doldol Data.Flag.Phantom

    No documentation available.

  10. readEnum :: Enum e => String -> [e]

    doldol Data.Flag.Simple

    Encode Enum e from a given binary digit String

Page 188 of many | Previous | Next