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

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. isProperSubmapOf :: (Enum key, Eq a) => EnumMap key a -> EnumMap key a -> Bool

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  2. isProperSubmapOfBy :: Enum key => (a -> b -> Bool) -> EnumMap key a -> EnumMap key b -> Bool

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  3. isSubmapOf :: (Enum key, Eq a) => EnumMap key a -> EnumMap key a -> Bool

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  4. isSubmapOfBy :: Enum key => (a -> b -> Bool) -> EnumMap key a -> EnumMap key b -> Bool

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  5. unEnumMap :: EnumMap k a -> IntMap a

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  6. dfaMap :: DFA -> Map SetIndex DFA

    regex-tdfa Text.Regex.TDFA.TDFA

    No documentation available.

  7. bimapThese :: (a -> c) -> (b -> d) -> These a b -> These c d

    these Data.These.Combinators

    Bifunctor bimap.

  8. arrayLengthsMap :: Callable -> [(Arg, Arg)]

    haskell-gi Data.GI.CodeGen.Callable

    No documentation available.

  9. getC2HMap :: CodeGen e (Map CRef Hyperlink)

    haskell-gi Data.GI.CodeGen.Code

    Return the C -> Haskell available to the generator.

  10. elementMap :: Type -> Text -> Maybe Text

    haskell-gi Data.GI.CodeGen.Conversions

    No documentation available.

Page 473 of many | Previous | Next

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