Module

Record.ExtraSrghma.MapIndex

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

#mapIndex Source

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

#MapIndex Source

class MapIndex :: forall k. RowList Type -> Row Type -> k -> Type -> Row Type -> Row Type -> Constraintclass MapIndex (rowList :: RowList Type) (row :: Row Type) a b (from :: Row Type) (to :: Row Type) | rowList -> row a b from to where

Members

Instances