Module

Record.ExtraSrghma.MapValuesWithIndex

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

#mapValuesWithIndex Source

mapValuesWithIndex :: forall row xs a b row'. RowToList row xs => MapValuesWithIndex xs row a b () row' => (String -> a -> b) -> Record row -> Record row'

#MapValuesWithIndex Source

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

Members

Instances