Module

Record.ExtraSrghma.MapIndex

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

#mapIndex Source

mapIndex :: forall row xs a b row'. RowToList row xs => MapIndex xs row a b () row' => (String -> b) -> Proxy row -> Record row'

#MapIndex Source

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

Members

Instances