Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. enumFromStepN :: (Unbox a, Num a) => a -> a -> Int -> Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

  2. enumFromThenTo :: (Unbox a, Enum a) => a -> a -> a -> Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

  3. enumFromTo :: (Unbox a, Enum a) => a -> a -> Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

  4. enumSequenceFrom :: Num a => a -> Sequence a

    math-functions Numeric.Series

    enumSequenceFrom x generate sequence: <math>

  5. enumSequenceFromStep :: Num a => a -> a -> Sequence a

    math-functions Numeric.Series

    enumSequenceFromStep x d generate sequence: <math>

  6. enumFrom :: Enum a => a -> [a]

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  7. enumFromThen :: Enum a => a -> a -> [a]

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  8. enumFromThenTo :: Enum a => a -> a -> a -> [a]

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  9. enumFromTo :: Enum a => a -> a -> [a]

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  10. enumLaws :: (Enum a, Eq a, Arbitrary a, Show a) => Proxy a -> Laws

    quickcheck-classes-base Test.QuickCheck.Classes.Base

    Tests the following properties:

    This only works for Enum types that are not bounded, meaning that succ and pred must be total. This means that these property tests work correctly for types like Integer but not for Int. Sadly, there is not a good way to test fromEnum and toEnum, since many types that have reasonable implementations for succ and pred have more inhabitants than Int does.

Page 44 of many | Previous | Next