Hoogle Search

Within Stackage Nightly 2026-07-01 (ghc-9.12.4)

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

  1. type Setter' s a = Setter s s a a

    microformats2-parser Data.Microformats2.Parser.Util

    A Setter' is just a Setter that doesn't change the types. These are particularly common when talking about monomorphic containers. e.g.

    sets Data.Text.map :: Setter' Text Char
    
    type Setter' = Simple Setter
    

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

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

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

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

  6. SetDefault :: CascadeAction

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  7. SetNull :: CascadeAction

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  8. SetInfo :: String -> [String] -> SMTOption

    sbv Data.SBV.Control

    No documentation available.

  9. SetLogic :: Logic -> SMTOption

    sbv Data.SBV.Control

    No documentation available.

  10. SetTimeOut :: Integer -> SMTOption

    sbv Data.SBV.Control

    No documentation available.

Page 30 of many | Previous | Next