Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.groupingSets :: AggregatingSetList a -> AggregateKey arelational-query Database.Relational Finalize grouping set list.
type
AggregatingPowerSet = QueryA AggregatingPowerSetrelational-query Database.Relational.Arrow Arrow type corresponding to AggregatingPowerSet
type
AggregatingSet = QueryA AggregatingSetrelational-query Database.Relational.Arrow Arrow type corresponding to AggregatingSet
type
AggregatingSetList = QueryA AggregatingSetListrelational-query Database.Relational.Arrow Arrow type corresponding to AggregatingSetList
groupingSets :: AggregatingSetList () a -> AggregateKey arelational-query Database.Relational.Arrow Same as groupingSets. Finalize locally built AggregatingSetList.