Hoogle Search
Within LTS Haskell 24.34 (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.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.
isSubmapOf :: Eq a => CharMap a -> CharMap a -> Boolregex-tdfa Data.IntMap.CharMap2 No documentation available.
isSubmapOfBy :: (a -> b -> Bool) -> CharMap a -> CharMap b -> Boolregex-tdfa Data.IntMap.CharMap2 No documentation available.
unCharMap :: CharMap a -> IntMap aregex-tdfa Data.IntMap.CharMap2 No documentation available.