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. packMapZeroTerminatedStorableArray :: forall a b . (Num b, Storable b) => (a -> b) -> [a] -> IO (Ptr b)

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

    No documentation available.

  2. unpackMapStorableArrayWithLength :: (Integral a, Storable b) => (b -> c) -> a -> Ptr b -> IO [c]

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

    No documentation available.

  3. unpackMapZeroTerminatedStorableArray :: (Eq a, Num a, Storable a) => (a -> b) -> Ptr a -> IO [b]

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

    No documentation available.

  4. gvariantFromMap :: (IsGVariant key, IsGVariantBasicType key, IsGVariant value) => Map key value -> IO GVariant

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

    Pack a Map into a GVariant for dictionary type, which is just an array of GVariantDictEntry.

  5. gvariantToMap :: (IsGVariant key, IsGVariantBasicType key, IsGVariant value) => GVariant -> IO (Maybe (Map key value))

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

    Unpack a GVariant into a Map. Notice that this assumes that all the elements in the GVariant array of GVariantDictEntry are of the same type, which is not necessary for a generic GVariant, so this is somewhat restrictive. For the general case it is necessary to use gvariantToList plus gvariantToDictEntry directly.

  6. module Data.IntMap.CharMap2

    No documentation available.

  7. newtype CharMap a

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

  8. CharMap :: IntMap a -> CharMap a

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

  9. isProperSubmapOf :: Eq a => CharMap a -> CharMap a -> Bool

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

  10. isProperSubmapOfBy :: (a -> b -> Bool) -> CharMap a -> CharMap b -> Bool

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

Page 471 of many | Previous | Next