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.
mapFromList :: IsMap map => [(ContainerKey map, MapValue map)] -> mapmono-traversable Data.Containers Convert a list of key-value pairs to a map
mapToList :: IsMap map => map -> [(ContainerKey map, MapValue map)]mono-traversable Data.Containers Convert a map to a list of key-value pairs.
setFromList :: IsSet set => [Element set] -> setmono-traversable Data.Containers Convert a list to a set.
setToList :: IsSet set => set -> [Element set]mono-traversable Data.Containers Convert a set to a list.
otoList :: MonoFoldable mono => mono -> [Element mono]mono-traversable Data.MonoTraversable Convert a monomorphic container to a list.
toList :: MonoFoldable mono => mono -> [Element mono]mono-traversable Data.MonoTraversable.Unprefixed Synonym for otoList
toMinList :: NonEmpty a -> NonNull [a]mono-traversable Data.NonNull Specializes fromNonEmpty to lists only.
fromList :: IsSequence seq => [Element seq] -> seqmono-traversable Data.Sequences Convert a list to a sequence.
> fromList [a, b, c] :: Text "abc"
-
postgresql-simple Database.PostgreSQL.Simple.HStore No documentation available.
HStoreList :: [(Text, Text)] -> HStoreListpostgresql-simple Database.PostgreSQL.Simple.HStore No documentation available.