Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. fromList :: [(RefId, Relationship)] -> Relationships

    xlsx Codec.Xlsx.Types.Internal.Relationships

    No documentation available.

  2. fromList :: forall (m :: Type -> Type) a . Monad m => [a] -> ListT m a

    List Control.Monad.ListT.Funcs

    No documentation available.

  3. fromList :: List l => [a] -> l a

    List Data.List.Class

    Convert a list to a MonadPlus

    > fromList [] :: Maybe Int
    Nothing
    > fromList [5] :: Maybe Int
    Just 5
    

  4. fromList :: (Ord k, Ord p) => [Binding k p] -> PSQ k p

    PSQueue Data.PSQueue

    O(n log n) Build a queue from a list of bindings.

  5. fromList :: (Ord k, Ord p) => [Binding k p] -> PSQ k p

    PSQueue Data.PSQueue.Internal

    O(n log n) Build a queue from a list of bindings.

  6. fromList :: [a] -> Stream a

    Stream Data.Stream

    The fromList converts an infinite list to a stream. Beware: Passing a finite list, will cause an error.

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

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

    alfred-margaret Data.TypedByteArray

    No documentation available.

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

    bcp47 Data.BCP47.Trie

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

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

    bcp47 Data.BCP47.Trie.Internal

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

Page 20 of many | Previous | Next