Module

Record.ExtraSrghma.Values.NonEmptyList

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

#RLToNELV Source

class RLToNELV :: RowList Type -> Row Type -> Type -> Constraintclass (HomogeneousRowList rowList fieldType) <= RLToNELV (rowList :: RowList Type) (row :: Row Type) (fieldType :: Type) | rowList -> row fieldType where

Members

Instances

#recordToNELV Source

recordToNELV :: forall @row rowList fieldType. RowToList row rowList => RLToNELV rowList row fieldType => Homogeneous row fieldType => Record row -> NonEmpty List fieldType