Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
isProperSubmapOf :: (Ord k, Eq a) => Map k a -> Map k a -> Boolhashmap Data.HashMap Is this a proper submap? (ie. a submap but not equal).
isProperSubmapOfBy :: Ord k => (a -> b -> Bool) -> Map k a -> Map k b -> Boolhashmap Data.HashMap Is this a proper submap? (ie. a submap but not equal). The expression (isProperSubmapOfBy f m1 m2) returns True when m1 and m2 are not equal, all keys in m1 are in m2, and when f returns True when applied to their respective values.
isSubmapOf :: (Ord k, Eq a) => Map k a -> Map k a -> Boolhashmap Data.HashMap Is this a submap?
isSubmapOfBy :: Ord k => (a -> b -> Bool) -> Map k a -> Map k b -> Boolhashmap Data.HashMap The expression (isSubmapOfBy f m1 m2) returns True if all keys in m1 are in m2, and when f returns True when applied to their respective values.
type
EDNMap = Map TaggedValue TaggedValuehedn Data.EDN No documentation available.
mkMap :: Foldable f => f (TaggedValue, TaggedValue) -> Valuehedn Data.EDN No documentation available.
withMap :: (EDNMap -> Parser a) -> Value -> Parser ahedn Data.EDN No documentation available.
type
EDNMap = Map TaggedValue TaggedValuehedn Data.EDN.AST.Types.Value No documentation available.
mkMap :: Foldable f => f (TaggedValue, TaggedValue) -> Valuehedn Data.EDN.AST.Types.Value No documentation available.
withMap :: (EDNMap -> Parser a) -> Value -> Parser ahedn Data.EDN.Class No documentation available.