Search results
toList :: NonEmptyList ~> List
P
purescript-lists
M
Data.List.Lazy.NonEmpty
toList :: NonEmptyList ~> List
P
purescript-lists
M
Data.List.Lazy.Types
toList :: NonEmptyList ~> List
P
purescript-lists
M
Data.List.NonEmpty
toList :: NonEmptyList ~> List
P
purescript-lists
M
Data.List.Types
toList :: forall a. Producer a Identity Unit -> List a
Convert a pure Producer
into a list
P
purescript-pipes
M
Pipes.Prelude
toList :: forall len elem. Compare len NegOne GT => Vect len elem -> List { elem :: elem, ix :: Int }
Converts the Vect
to an List
, effectively dropping the size information.
P
purescript-fast-vect
M
Data.FastVect.Sparse.Write
toList :: forall a m. MonadRec m => MonadEffect m => Producer a m Unit -> m (List a)
Collect all values from a Producer
into a list.
Reverses the list after collecting, so that values will be in the order they were emitted.
P
purescript-node-stream-pipes
M
Pipes.Collect
toList :: forall a. (Json -> Either DecodeError a) -> Json -> Either DecodeError (List a)
P
purescript-json-codecs
M
Codec.Json.Unidirectional.Value
toList :: forall a. ThreeOrMore a -> List a
P
purescript-isometric
M
Data.List.ThreeOrMore
toList :: forall a. Trie a -> List a
P
purescript-payload
M
Payload.Server.Internal.Trie
toList :: forall a. Queue a -> Effect (List a)
Convert the queue to a list.
P
purescript-priority-queue
M
Data.PriorityQueue
toList :: forall a. ResizeArray a -> List a
P
purescript-resize-arrays
M
Data.ResizeArray
toList :: forall t a. SafeList t a -> List a
Converts a SafeList
into a normal List
.
P
purescript-safelist
M
Data.List.Safe
toListM :: forall a m. Monad m => Producer a m Unit -> m (List a)
P
purescript-pipes
M
Pipes.Prelude
toListT :: forall t a m. Enumerable t => Monad m => t m a -> ListT m a
P
purescript-pipes
M
Pipes.ListT
toListOf :: forall s t a b. Fold (Endo Function (List a)) s t a b -> s -> List a
Collects the foci of a Fold
into a list.
P
purescript-profunctor-lenses
M
Data.Lens.Fold
toListRev :: forall a m. MonadRec m => MonadEffect m => Producer a m Unit -> m (List a)
Collect all values from a Producer
into a list.
Does not reverse the list after collecting.
P
purescript-node-stream-pipes
M
Pipes.Collect
toListOfOn :: forall s t a b. s -> Fold (Endo Function (List a)) s t a b -> List a
Synonym for toListOf
, reversed.
P
purescript-profunctor-lenses
M
Data.Lens.Fold
toListWithIndices :: forall a. ResizeArray a -> List (Tuple Int a)
P
purescript-resize-arrays
M
Data.ResizeArray
P
purescript-js-intl
M
JS.Intl.ListFormat
No further results.