Module
Record.ExtraSrghma.ValuesToUnfoldableLazy
- Package
- purescript-record-extra-srghma
- Repository
- srghma/purescript-record-extra-srghma
#valuesToUnfoldableLazy Source
valuesToUnfoldableLazy :: forall r fields f v. RowToList r fields => FoldrValuesLazy fields r v => Unfoldable f => Record r -> f v
#LazyTupleList Source
newtype LazyTupleList v
Constructors
LazyTupleList (Unit -> Maybe (Tuple v (LazyTupleList v)))
Instances
Lazy (LazyTupleList v)
- Modules
- Record.
ExtraSrghma - Record.
ExtraSrghma. CompareRecord - Record.
ExtraSrghma. FoldlValues - Record.
ExtraSrghma. FoldlValuesWithIndex - Record.
ExtraSrghma. FoldrValues - Record.
ExtraSrghma. FoldrValuesLazy - Record.
ExtraSrghma. FoldrValuesWithIndex - Record.
ExtraSrghma. Keys - Record.
ExtraSrghma. MapIndex - Record.
ExtraSrghma. MapRecord - Record.
ExtraSrghma. MapValuesWithIndex - Record.
ExtraSrghma. ParSequenceRecord - Record.
ExtraSrghma. SequenceRecord - Record.
ExtraSrghma. ValuesToUnfoldableLazy - Record.
ExtraSrghma. ZipRecord