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.

  1. data HSet (elems :: [Type])

    hset Data.HSet.Type

    Heterogeneous set (list of elements) with unique types. Useful with MonadReader.

  2. data WriteIniSettings

    ini Data.Ini

    Settings determining how an INI file is written.

  3. WriteIniSettings :: KeySeparator -> WriteIniSettings

    ini Data.Ini

    No documentation available.

  4. defaultWriteIniSettings :: WriteIniSettings

    ini Data.Ini

    The default settings for writing INI files.

  5. fromSet :: MonoidNull v => (k -> v) -> Set k -> MonoidMap k v

    monoidmap 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.

  6. groupingSets :: AggregatingSetList a -> AggregateKey a

    relational-query Database.Relational

    Finalize grouping set list.

  7. type AggregatingPowerSet = QueryA AggregatingPowerSet

    relational-query Database.Relational.Arrow

    Arrow type corresponding to AggregatingPowerSet

  8. type AggregatingSet = QueryA AggregatingSet

    relational-query Database.Relational.Arrow

    Arrow type corresponding to AggregatingSet

  9. type AggregatingSetList = QueryA AggregatingSetList

    relational-query Database.Relational.Arrow

    Arrow type corresponding to AggregatingSetList

  10. groupingSets :: AggregatingSetList () a -> AggregateKey a

    relational-query Database.Relational.Arrow

    Same as groupingSets. Finalize locally built AggregatingSetList.

Page 140 of many | Previous | Next