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.
prependList :: [a] -> Infinite a -> Infinite ainfinite-list Data.List.Infinite Prepend a list to an infinite list.
-
infinite-list Data.List.Infinite Convert to a list. Use cycle to go in the opposite direction.
-
jsaddle Data.JSString.Internal.Fusion.Common O(n) Convert a list into a Stream. Properties
unstream . streamList = pack
unstreamList :: Stream a -> [a]jsaddle Data.JSString.Internal.Fusion.Common O(n) Convert a Stream into a list. Properties
unstreamList . stream = unpack
getChildrenList :: SelectionTree node => node -> [ChildNode node]morpheus-graphql-core Data.Morpheus.Core Get the children
unsafeFromList :: IsMap k m => [(k, a)] -> m amorpheus-graphql-core Data.Morpheus.Internal.Ext No documentation available.
unsafeFromList :: IsMap k m => [(k, a)] -> m amorpheus-graphql-core Data.Morpheus.Internal.Utils No documentation available.
-
morpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
TypeList :: TypeWrapper -> Bool -> TypeWrappermorpheus-graphql-core Data.Morpheus.Types.Internal.AST No documentation available.
getChildrenList :: SelectionTree node => node -> [ChildNode node]morpheus-graphql-core Data.Morpheus.Types.SelectionTree Get the children