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.
newtype
SubsetProof (f :: Flavor) s rrefined-containers Data.HashMap.Refined Proof that s is a subset of the set r.
SubsetProof :: (InSet f s :-> InSet f r) -> SubsetProof (f :: Flavor) s rrefined-containers Data.HashMap.Refined newtype
SupersetProof (f :: Flavor) s rrefined-containers Data.HashMap.Refined Proof that s is a superset of the set r.
SupersetProof :: (InSet f r :-> InSet f s) -> SupersetProof (f :: Flavor) s rrefined-containers Data.HashMap.Refined fromSet :: KnownHashSet s k => (Key s k -> a) -> HashMap s k arefined-containers Data.HashMap.Refined Create a map from a set of keys, and a function that for each key computes the corresponding value.
keysSet :: HashMap s k a -> HashSet s krefined-containers Data.HashMap.Refined Return the set of keys in the map, with the contents of the set still tracked by the s parameter. See Data.HashSet.Refined.
newtype
SubsetProof (f :: Flavor) s rrefined-containers Data.HashMap.Strict.Refined Proof that s is a subset of the set r.
SubsetProof :: (InSet f s :-> InSet f r) -> SubsetProof (f :: Flavor) s rrefined-containers Data.HashMap.Strict.Refined newtype
SupersetProof (f :: Flavor) s rrefined-containers Data.HashMap.Strict.Refined Proof that s is a superset of the set r.
SupersetProof :: (InSet f r :-> InSet f s) -> SupersetProof (f :: Flavor) s rrefined-containers Data.HashMap.Strict.Refined