Module
Record.ExtraSrghma.Keys.NonEmptyList
- Package
- purescript-record-extra-srghma
- Repository
- srghma/purescript-record-extra-srghma
#RecordToNELK Source
class RecordToNELK :: forall k. k -> Constraint
class RecordToNELK a where
Members
Instances
(RowToList row rowList, RLToNELK rowList) => RecordToNELK (Record row)
#RLToNELNEK Source
class RLToNELNEK :: RowList Type -> Constraint
class RLToNELNEK (rowList :: RowList Type) where
Members
Instances
(IsSymbol name, MakeNonEmpty name, RLToLNEK tail) => RLToNELNEK (Cons name ty tail)
#rowToNELNEK Source
rowToNELNEK :: forall @row rowList. RowToList row rowList => RLToNELNEK rowList => NonEmpty List NonEmptyString
#RecordToNELNEK Source
class RecordToNELNEK :: forall k. k -> Constraint
class RecordToNELNEK a where
Members
Instances
(RowToList row rowList, RLToNELNEK rowList) => RecordToNELNEK (Record row)
- 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