Module

Record.Studio.MapUniform

Package
purescript-record-studio
Repository
rowtype-yoga/purescript-record-studio

#mapUniformRecord Source

mapUniformRecord :: forall row xs a b row'. RowToList row xs => MapUniformRecord xs row a b () row' => (a -> b) -> Record row -> Record row'

#MapUniformRecord Source

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

Members

Instances