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.
fromSet :: KnownSet s k => (Key s k -> a) -> Map s k arefined-containers Data.Map.Refined Create a map from a set of keys, and a function that for each key computes the corresponding value.
keysSet :: Map s k a -> Set s krefined-containers Data.Map.Refined Return the set of keys in the map, with the contents of the set still tracked by the s parameter. See Data.Set.Refined.
newtype
SubsetProof (f :: Flavor) s rrefined-containers Data.Map.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.Map.Strict.Refined newtype
SupersetProof (f :: Flavor) s rrefined-containers Data.Map.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.Map.Strict.Refined fromSet :: KnownSet s k => (Key s k -> a) -> Map s k arefined-containers Data.Map.Strict.Refined Create a map from a set of keys, and a function that for each key computes the corresponding value.
keysSet :: Map s k a -> Set s krefined-containers Data.Map.Strict.Refined Return the set of keys in the map, with the contents of the set still tracked by the s parameter. See Data.Set.Refined.
-
refined-containers Data.Set.Refined A predicate for use with Refined, verifying that a value is an element of the set s.
InSet :: InSet (f :: Flavor) srefined-containers Data.Set.Refined No documentation available.