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.

  1. 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.

  2. 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.

  3. module Data.IntMap.CharMap2

    No documentation available.

  4. newtype CharMap a

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

  5. CharMap :: IntMap a -> CharMap a

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

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

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

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

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

  8. isSubmapOf :: Eq a => CharMap a -> CharMap a -> Bool

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

  9. isSubmapOfBy :: (a -> b -> Bool) -> CharMap a -> CharMap b -> Bool

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

  10. unCharMap :: CharMap a -> IntMap a

    regex-tdfa Data.IntMap.CharMap2

    No documentation available.

Page 471 of many | Previous | Next