Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

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

    aeson-schemas Data.Aeson.Schema.Internal

    No documentation available.

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

    aeson-schemas Data.Aeson.Schema.Type

    No documentation available.

  3. 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')]
    

  4. fromByteList :: [Word8] -> Text

    alfred-margaret Data.Text.Utf8

    No documentation available.

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

    alfred-margaret Data.TypedByteArray

    No documentation available.

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

    alfred-margaret Data.TypedByteArray

    No documentation available.

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

    bcp47 Data.BCP47.Trie

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

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

    bcp47 Data.BCP47.Trie.Internal

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

  9. hsList :: [HsExpr] -> HsExpr

    beam-migrate Database.Beam.Haskell.Syntax

    No documentation available.

  10. BList :: [BEncode] -> BEncode

    bencode Data.BEncode

    No documentation available.

Page 157 of many | Previous | Next