Hoogle Search
Within Stackage Nightly 2025-10-05 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
subHSet :: SubHSet els els2 => HSet els -> HSet els2hset Data.HSet.SubHSet No documentation available.
-
hset Data.HSet.Type Heterogeneous set (list of elements) with unique types. Useful with MonadReader.
-
ini Data.Ini Settings determining how an INI file is written.
WriteIniSettings :: KeySeparator -> WriteIniSettingsini Data.Ini No documentation available.
defaultWriteIniSettings :: WriteIniSettingsini Data.Ini The default settings for writing INI files.
fromSet :: MonoidNull v => (k -> v) -> Set k -> MonoidMap k vmonoidmap Data.MonoidMap Constructs a MonoidMap from a Set and a function from keys to values. Satisfies the following property for all possible keys k:
get k (fromSet f ks) == if Set.member k ks then f k else mempty
This function performs canonicalisation of null values, and has a time complexity that is linear in the size of the set.traverseT :: Default (Traverse f) a b => a -> f bproduct-profunctors Data.Profunctor.Product.Examples Use sequenceT instead. It has a better name.
-
No documentation available.
class
GSwizzleSet1 (s :: k -> Type) bswizzle-set Data.SwizzleSet.Class No documentation available.
class
GSwizzleSet10 (s :: k -> Type) bswizzle-set Data.SwizzleSet.Class No documentation available.