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.

  1. Enumerated :: Integer -> ASN1

    asn1-types Data.ASN1.Types

    No documentation available.

  2. regionNumRectangles :: MonadIO m => Region -> m Int

    cairo Graphics.Rendering.Cairo

    Returns the number of rectangles contained in region.

  3. package enummapset

    IntMap and IntSet with Enum keys/elements. This package contains simple wrappers around Data.IntMap and Data.IntSet with Enum keys and elements respectively. Especially useful for Ints wrapped with `newtype`.

  4. module Data.EnumMap

    No documentation available.

  5. data EnumMap k a

    enummapset Data.EnumMap.Lazy

    Wrapper for IntMap with Enum keys.

  6. enumMapToIntMap :: EnumMap k a -> IntMap a

    enummapset Data.EnumMap.Lazy

    Unwrap IntMap.

  7. intMapToEnumMap :: IntMap a -> EnumMap k a

    enummapset Data.EnumMap.Lazy

    Wrap IntMap.

  8. data EnumMap k a

    enummapset Data.EnumMap.Strict

    Wrapper for IntMap with Enum keys.

  9. enumMapToIntMap :: EnumMap k a -> IntMap a

    enummapset Data.EnumMap.Strict

    Unwrap IntMap.

  10. intMapToEnumMap :: IntMap a -> EnumMap k a

    enummapset Data.EnumMap.Strict

    Wrap IntMap.

Page 242 of many | Previous | Next