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.
type
Setting (p :: Type -> Type -> Type) s t a b = p a Identity b -> s -> Identity tmicroformats2-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.
type
Setting' (p :: Type -> Type -> Type) s a = Setting p s s a amicroformats2-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.
type
SetMultimap = Multimap Setmore-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 -- TrueSee Data.Multimap.Set for operations specific to this type.type
SetMultimap = Multimap Setmore-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 -- TrueSee Data.Multimap.Set for operations specific to this type.-
persistent-mtl Database.Persist.Sql.Shim No documentation available.
-
persistent-mtl Database.Persist.Sql.Shim No documentation available.
-
persistent-redis Database.Persist.Redis No documentation available.
-
persistent-redis Database.Persist.Redis No documentation available.
SetInfo :: String -> [String] -> SMTOptionsbv Data.SBV.Control No documentation available.
SetLogic :: Logic -> SMTOptionsbv Data.SBV.Control No documentation available.