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.
-
haskell-gi-base Data.GI.Base.BasicConversions No documentation available.
unpackMapStorableArrayWithLength :: (Integral a, Storable b) => (b -> c) -> a -> Ptr b -> IO [c]haskell-gi-base Data.GI.Base.BasicConversions No documentation available.
unpackMapZeroTerminatedStorableArray :: (Eq a, Num a, Storable a) => (a -> b) -> Ptr a -> IO [b]haskell-gi-base Data.GI.Base.BasicConversions No documentation available.
-
haskell-gi-base Data.GI.Base.GVariant Pack a Map into a GVariant for dictionary type, which is just an array of GVariantDictEntry.
-
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.
-
No documentation available.
-
regex-tdfa Data.IntMap.CharMap2 No documentation available.
CharMap :: IntMap a -> CharMap aregex-tdfa Data.IntMap.CharMap2 No documentation available.
isProperSubmapOf :: Eq a => CharMap a -> CharMap a -> Boolregex-tdfa Data.IntMap.CharMap2 No documentation available.
isProperSubmapOfBy :: (a -> b -> Bool) -> CharMap a -> CharMap b -> Boolregex-tdfa Data.IntMap.CharMap2 No documentation available.