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
LazyTupleList (Unit -> Maybe (Tuple a (LazyTupleList a)))
Instances
Lazy (LazyTupleList a)
#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.
- Modules
- Record.
ExtraSrghma - Record.
ExtraSrghma. AppendRecord - Record.
ExtraSrghma. CompareRecord - Record.
ExtraSrghma. FoldlValues - Record.
ExtraSrghma. FoldlValuesWithIndex - Record.
ExtraSrghma. FoldrValues - Record.
ExtraSrghma. FoldrValuesLazy - Record.
ExtraSrghma. FoldrValuesWithIndex - Record.
ExtraSrghma. Keys. Array - Record.
ExtraSrghma. Keys. List - Record.
ExtraSrghma. Keys. NonEmptyArray - Record.
ExtraSrghma. Keys. NonEmptyList - Record.
ExtraSrghma. Keys. Pick - Record.
ExtraSrghma. MapIndex - Record.
ExtraSrghma. MapRecord - Record.
ExtraSrghma. MapValuesWithIndex - Record.
ExtraSrghma. ParSequenceRecord - Record.
ExtraSrghma. SList. Array - Record.
ExtraSrghma. SList. List - Record.
ExtraSrghma. SList. Types - Record.
ExtraSrghma. SequenceRecord - Record.
ExtraSrghma. TraverseRecord - Record.
ExtraSrghma. ValuesToUnfoldableLazy - Record.
ExtraSrghma. ZipRecord