Hoogle Search

Within Stackage Nightly 2026-06-21 (ghc-9.12.4)

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

  1. type Setting (p :: Type -> Type -> Type) s t a b = p a Identity b -> s -> Identity t

    microformats2-parser Data.Microformats2.Parser.Util

    This is a convenient alias when defining highly polymorphic code that takes both ASetter and AnIndexedSetter as appropriate. If a function takes this it is expecting one of those two things based on context.

  2. type Setting' (p :: Type -> Type -> Type) s a = Setting p s s a a

    microformats2-parser Data.Microformats2.Parser.Util

    This is a convenient alias when defining highly polymorphic code that takes both ASetter' and AnIndexedSetter' as appropriate. If a function takes this it is expecting one of those two things based on context.

  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. SetInfo :: String -> [String] -> SMTOption

    sbv Data.SBV.Control

    No documentation available.

  10. SetLogic :: Logic -> SMTOption

    sbv Data.SBV.Control

    No documentation available.

Page 29 of many | Previous | Next