Hoogle Search
Within Stackage Nightly 2025-10-02 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class SetContainer set =>
HasKeysSet setmono-traversable Data.Containers Type class for maps whose keys can be converted into sets.
class (SetContainer set, Element set ~ ContainerKey set) =>
IsSet setmono-traversable Data.Containers Polymorphic typeclass for interacting with different set types
deleteSet :: IsSet set => Element set -> set -> setmono-traversable Data.Containers Delete a value from a set.
filterSet :: IsSet set => (Element set -> Bool) -> set -> setmono-traversable Data.Containers Filter values in a set.
insertSet :: IsSet set => Element set -> set -> setmono-traversable Data.Containers Insert a value into a set.
keysSet :: HasKeysSet set => set -> KeySet setmono-traversable Data.Containers Convert a map into a set of its keys.
singletonSet :: IsSet set => Element set -> setmono-traversable Data.Containers Create a set from a single element.
parseTimeOfDay :: ByteString -> Either String TimeOfDaypostgresql-simple Database.PostgreSQL.Simple.Time No documentation available.
-
time-compat Data.Time.Format.Compat The class of types which can be parsed given a UNIX-style time format string.
parseTime :: ParseTime t => TimeLocale -> String -> String -> Maybe ttime-compat Data.Time.Format.Compat Deprecated: use "parseTimeM True" instead