Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data SETouch

    memcache Database.Memcache.Types

    No documentation available.

  2. SETouch :: Expiration -> SETouch

    memcache Database.Memcache.Types

    No documentation available.

  3. type SetMultimap = Multimap Set

    more-containers Data.Multimap

    A multimap with Set values. This multimap implementation will automatically deduplicate values per key. For example:

    let mm = fromList [('a', 1), ('a', 1)] :: SetMultimap Char Int
    size mm == 1 -- True
    
    See Data.Multimap.Set for operations specific to this type.

  4. type SetMultimap = Multimap Set

    more-containers Data.Multimap.Set

    A multimap with Set values. This multimap implementation will automatically deduplicate values per key. For example:

    let mm = fromList [('a', 1), ('a', 1)] :: SetMultimap Char Int
    size mm == 1 -- True
    
    See Data.Multimap.Set for operations specific to this type.

  5. SetDefault :: CascadeAction

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  6. SetNull :: CascadeAction

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  7. SetDefault :: CascadeAction

    persistent-redis Database.Persist.Redis

    No documentation available.

  8. SetNull :: CascadeAction

    persistent-redis Database.Persist.Redis

    No documentation available.

  9. SetterOf :: StorageType

    ecstasy Data.Ecstasy

    Used to construct a setter to update an entity.

  10. SetterOf :: StorageType

    ecstasy Data.Ecstasy.Types

    Used to construct a setter to update an entity.

Page 18 of many | Previous | Next