• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. prependList :: [a] -> Infinite a -> Infinite a

    infinite-list Data.List.Infinite

    Prepend a list to an infinite list.

  2. toList :: Infinite a -> [a]

    infinite-list Data.List.Infinite

    Convert to a list. Use cycle to go in the opposite direction.

  3. streamList :: [a] -> Stream a

    jsaddle Data.JSString.Internal.Fusion.Common

    O(n) Convert a list into a Stream. Properties

    unstream . streamList = pack
    

  4. unstreamList :: Stream a -> [a]

    jsaddle Data.JSString.Internal.Fusion.Common

    O(n) Convert a Stream into a list. Properties

    unstreamList . stream = unpack
    

  5. getChildrenList :: SelectionTree node => node -> [ChildNode node]

    morpheus-graphql-core Data.Morpheus.Core

    Get the children

  6. unsafeFromList :: IsMap k m => [(k, a)] -> m a

    morpheus-graphql-core Data.Morpheus.Internal.Ext

    No documentation available.

  7. unsafeFromList :: IsMap k m => [(k, a)] -> m a

    morpheus-graphql-core Data.Morpheus.Internal.Utils

    No documentation available.

  8. KIND_LIST :: TypeKind

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  9. TypeList :: TypeWrapper -> Bool -> TypeWrapper

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  10. getChildrenList :: SelectionTree node => node -> [ChildNode node]

    morpheus-graphql-core Data.Morpheus.Types.SelectionTree

    Get the children

Page 103 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete