• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. fromListWithKey :: Enum key => (key -> a -> a -> a) -> [(key, a)] -> EnumMap key a

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  2. toAscList :: Enum key => EnumMap key a -> [(key, a)]

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  3. toList :: Enum key => EnumMap key a -> [(key, a)]

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  4. fromAscList :: Enum e => [e] -> EnumSet e

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

  5. fromDistinctAscList :: Enum e => [e] -> EnumSet e

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

  6. fromList :: Enum e => [e] -> EnumSet e

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

  7. toAscList :: Enum e => EnumSet e -> [e]

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

  8. toList :: Enum e => EnumSet e -> [e]

    regex-tdfa Data.IntSet.EnumSet2

    No documentation available.

  9. NumberedList :: [(Text, GtkDoc)] -> Token

    haskell-gi Data.GI.CodeGen.GtkDoc

    A list of numbered list items. The first element in the pair is the index.

  10. UnnumberedList :: [GtkDoc] -> Token

    haskell-gi Data.GI.CodeGen.GtkDoc

    An unnumbered list of items.

Page 71 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete