• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. class (SetContainer set, Element set ~ ContainerKey set) => IsSet set

    mono-traversable Data.Containers

    Polymorphic typeclass for interacting with different set types

  2. deleteSet :: IsSet set => Element set -> set -> set

    mono-traversable Data.Containers

    Delete a value from a set.

  3. filterSet :: IsSet set => (Element set -> Bool) -> set -> set

    mono-traversable Data.Containers

    Filter values in a set.

  4. insertSet :: IsSet set => Element set -> set -> set

    mono-traversable Data.Containers

    Insert a value into a set.

  5. keysSet :: HasKeysSet set => set -> KeySet set

    mono-traversable Data.Containers

    Convert a map into a set of its keys.

  6. singletonSet :: IsSet set => Element set -> set

    mono-traversable Data.Containers

    Create a set from a single element.

  7. parseTimeOfDay :: ByteString -> Either String TimeOfDay

    postgresql-simple Database.PostgreSQL.Simple.Time

    No documentation available.

  8. reset :: Connection -> Statement -> IO ()

    persistent-sqlite Database.Sqlite

    No documentation available.

  9. class ParseTime t

    time-compat Data.Time.Format.Compat

    The class of types which can be parsed given a UNIX-style time format string.

  10. parseTime :: ParseTime t => TimeLocale -> String -> String -> Maybe t

    time-compat Data.Time.Format.Compat

    Deprecated: use "parseTimeM True" instead

Page 96 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete