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. toList :: Stream a -> [a]

    Stream Data.Stream

    The toList converts a stream into an infinite list.

  2. entriesToList :: Entries -> [Entry]

    acid-state Data.Acid.Archive

    Convert Entries to a normal list, calling error if there was a failure in unpacking the archive.

  3. entriesToListNoFail :: Entries -> [Entry]

    acid-state Data.Acid.Archive

    Convert Entries to a normal list, silently ignoring a failure to unpack the archive and instead returning a truncated list.

  4. type family SchemaResultList (xs :: [SchemaType]) :: [Type]

    aeson-schemas Data.Aeson.Schema.Internal

    No documentation available.

  5. SchemaList :: SchemaType' s ty -> SchemaType' s ty

    aeson-schemas Data.Aeson.Schema.Type

    No documentation available.

  6. fromList :: [(Key, v)] -> KeyMap v

    aeson-schemas Data.Aeson.Schema.Utils.Compat

    Construct a map with the supplied mappings. If the list contains duplicate mappings, the later mappings take precedence.

    >>> fromList [("a", 'x'), ("a", 'y')]
    fromList [("a",'y')]
    

  7. fromByteList :: [Word8] -> Text

    alfred-margaret Data.Text.Utf8

    No documentation available.

  8. fromList :: Prim a => [a] -> TypedByteArray a

    alfred-margaret Data.TypedByteArray

    No documentation available.

  9. toList :: Prim a => TypedByteArray a -> [a]

    alfred-margaret Data.TypedByteArray

    No documentation available.

  10. fromList :: [(BCP47, a)] -> Maybe (Trie a)

    bcp47 Data.BCP47.Trie

    Construct a Trie from a list of tag/value pairs.

Page 157 of many | Previous | Next