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

Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. mapFromList :: IsMap map => [(ContainerKey map, MapValue map)] -> map

    mono-traversable Data.Containers

    Convert a list of key-value pairs to a map

  2. mapToList :: IsMap map => map -> [(ContainerKey map, MapValue map)]

    mono-traversable Data.Containers

    Convert a map to a list of key-value pairs.

  3. setFromList :: IsSet set => [Element set] -> set

    mono-traversable Data.Containers

    Convert a list to a set.

  4. setToList :: IsSet set => set -> [Element set]

    mono-traversable Data.Containers

    Convert a set to a list.

  5. otoList :: MonoFoldable mono => mono -> [Element mono]

    mono-traversable Data.MonoTraversable

    Convert a monomorphic container to a list.

  6. toList :: MonoFoldable mono => mono -> [Element mono]

    mono-traversable Data.MonoTraversable.Unprefixed

    Synonym for otoList

  7. toMinList :: NonEmpty a -> NonNull [a]

    mono-traversable Data.NonNull

    Specializes fromNonEmpty to lists only.

  8. fromList :: IsSequence seq => [Element seq] -> seq

    mono-traversable Data.Sequences

    Convert a list to a sequence.

    > fromList [a, b, c] :: Text
    "abc"
    

  9. newtype HStoreList

    postgresql-simple Database.PostgreSQL.Simple.HStore

    No documentation available.

  10. HStoreList :: [(Text, Text)] -> HStoreList

    postgresql-simple Database.PostgreSQL.Simple.HStore

    No documentation available.

Page 75 of many | Previous | Next

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