Module
Record.ExtraSrghma.Keys.NonEmptyArray
- Package
- purescript-record-extra-srghma
- Repository
- srghma/purescript-record-extra-srghma
#rowToNEAK Source
rowToNEAK :: forall @row rowList. RowToList row rowList => RLToNEAK rowList => NonEmptyArray String
#RecordToNEAK Source
class RecordToNEAK :: forall k. k -> Constraint
class RecordToNEAK a where
Members
Instances
(RowToList row rowList, RLToNEAK rowList) => RecordToNEAK (Record row)
#RLToNEANEK Source
class RLToNEANEK :: RowList Type -> Constraint
class RLToNEANEK (rowList :: RowList Type) where
Members
Instances
(IsSymbol name, MakeNonEmpty name, RLToANEK tail) => RLToNEANEK (Cons name ty tail)
#rowToNEANEK Source
rowToNEANEK :: forall @row rowList. RowToList row rowList => RLToNEANEK rowList => NonEmptyArray NonEmptyString
#RecordToNEANEK Source
class RecordToNEANEK :: forall k. k -> Constraint
class RecordToNEANEK a where
Members
Instances
(RowToList row rowList, RLToNEANEK rowList) => RecordToNEANEK (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