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.
-
ordered-containers Data.Set.Ordered No documentation available.
-
ordered-containers Data.Set.Ordered Convert an OSet to a Set. O(n), where n is the size of the OSet.
applyMapKeysSet :: Ord k => Map k (Maybe v) -> Set k -> Set kreflex Data.Map.Misc Given a Map k (Maybe v) representing keys to insert/update (Just) or delete (Nothing), produce a new Set k from the given input set. Equivalent to:
applyMapKeysSet patch (keysSet m) == keysSet (applyMap patch m)
but avoids the intervening Map and needs no values.-
HsYAML Data.YAML 0-based byte offset
-
HsYAML Data.YAML 0-based character (Unicode code-point) offset
-
HsYAML Data.YAML.Event 0-based byte offset
-
HsYAML Data.YAML.Event 0-based character (Unicode code-point) offset
-
HsYAML Data.YAML.Token 0-base byte offset in stream.
-
HsYAML Data.YAML.Token 0-base character offset in stream.
-
Similar to Data.Edison.Coll.EnumSet but it allows to choose the underlying type for bit storage. This is really a low-level module for type-safe foreign function interfaces. The integer representation of the enumeration type is the bit position of the flag within the bitvector.