Module

Record.ExtraSrghma.Values.List

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

#RLToLV Source

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

Members

Instances

#recordToLV Source

recordToLV :: forall @row rowList fieldType. RowToList row rowList => RLToLV rowList row fieldType => Homogeneous row fieldType => Record row -> List fieldType