Module

Record.ExtraSrghma.Values.Array

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

#RLToAV Source

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

Members

Instances

#recordToAV Source

recordToAV :: forall @row rowList fieldType. RowToList row rowList => RLToAV rowList row fieldType => Homogeneous row fieldType => Record row -> Array fieldType