Module

Record.ExtraSrghma.ValuesToUnfoldableLazy

Package
purescript-record-extra-srghma
Repository
srghma/purescript-record-extra-srghma

#LazyTupleList Source

newtype LazyTupleList a

A lazy unfoldable wrapper for converting record values into a sequential structure.

Constructors

Instances

#valuesToUnfoldableLazy Source

valuesToUnfoldableLazy :: forall row rowList container value. RowToList row rowList => FoldrValuesLazy rowList row value => Unfoldable container => Record row -> container value

Converts a record of values into any Unfoldable container, lazily.