Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. fromListIO :: forall (m :: MutabilityType Type) . [JSVal] -> JSM (SomeJSArray m)

    jsaddle Language.Javascript.JSaddle.Object

    No documentation available.

  2. fromListN :: IsList l => Int -> [Item l] -> l

    numhask NumHask.Prelude

    The fromListN function takes the input list's length and potentially uses it to construct the structure l more efficiently compared to fromList. If the given number does not equal to the input list's length the behaviour of fromListN is not specified.

    fromListN (length xs) xs == fromList xs
    

  3. fromListEnd :: [a] -> Maybe (PointedList a)

    pointedlist Data.List.PointedList

    Possibly create a Just PointedList if the provided list has at least one element; otherwise, return Nothing. The provided list's last element will be the focus of the list, following the rest of the list in order, to the left.

  4. fromListEnd :: [a] -> Maybe (PointedList a)

    pointedlist Data.List.PointedList.Circular

    Possibly create a Just PointedList if the provided list has at least one element; otherwise, return Nothing. The provided list's last element will be the focus of the list, following the rest of the list in order, to the left.

  5. fromListLike :: (ListLike full item, ListLike full' item) => full -> full'

    ListLike Data.ListLike

    Converts one ListLike to another. See also toList'. Default implementation is fromListLike = map id

  6. fromList' :: ListLike full item => [item] -> full

    ListLike Data.ListLike.Base

    Generates the structure from a list.

  7. fromListLike :: (ListLike full item, ListLike full' item) => full -> full'

    ListLike Data.ListLike.Base

    Converts one ListLike to another. See also toList'. Default implementation is fromListLike = map id

  8. fromListClassOpKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  9. fromListNClassOpKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

  10. fromListNName :: Name

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

Page 47 of many | Previous | Next