Module

MVC.Record.Update

Package
purescript-mvc
Repository
thought2/purescript-mvc

#UpdateRecord Source

class UpdateRecord :: Row Type -> Row Type -> Row Type -> Constraintclass UpdateRecord (updates :: Row Type) (rmsg :: Row Type) (rsta :: Row Type) | updates -> rmsg rsta where

Members

Instances

#UpdateRecordRL Source

class UpdateRecordRL :: RowList Type -> Row Type -> Row Type -> Row Type -> Constraintclass UpdateRecordRL (rl :: RowList Type) (rs :: Row Type) (rm :: Row Type) (updates :: Row Type) | rl -> rs rm updates where

Members

Instances