Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

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

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

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

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

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

    regex-tdfa Data.IntMap.EnumMap2

    No documentation available.

  4. dfaMap :: DFA -> Map SetIndex DFA

    regex-tdfa Text.Regex.TDFA.TDFA

    No documentation available.

  5. class Remap (m :: Type -> Type)

    cmdargs System.Console.CmdArgs.Explicit

    Like functor, but where the the argument isn't just covariant.

  6. remap :: Remap m => (a -> b) -> (b -> (a, a -> b)) -> m a -> m b

    cmdargs System.Console.CmdArgs.Explicit

    Convert between two values.

  7. remap2 :: Remap m => (a -> b) -> (b -> a) -> m a -> m b

    cmdargs System.Console.CmdArgs.Explicit

    Restricted version of remap where the values are isomorphic.

  8. remapUpdate :: (a -> b) -> (b -> (a, a -> b)) -> Update a -> Update b

    cmdargs System.Console.CmdArgs.Explicit

    Version of remap for the Update type alias.

  9. packMapStorableArray :: forall a b . Storable b => (a -> b) -> [a] -> IO (Ptr b)

    haskell-gi-base Data.GI.Base.BasicConversions

    No documentation available.

  10. packMapZeroTerminatedStorableArray :: forall a b . (Num b, Storable b) => (a -> b) -> [a] -> IO (Ptr b)

    haskell-gi-base Data.GI.Base.BasicConversions

    No documentation available.

Page 473 of many | Previous | Next