Module

Record.ExtraSrghma.MapRecord

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

#mapRecord Source

mapRecord :: forall row xs a b row'. RowToList row xs => MapRecord xs row a b () row' => (a -> b) -> Record row -> Record row'

#MapRecord Source

class MapRecord (xs :: RowList Type) (row :: Row Type) a b (from :: Row Type) (to :: Row Type) | xs -> row a b from to where

Members

Instances