Module

DataMVC.Record.Init

Package
purescript-data-mvc
Repository
thought2/purescript-data-mvc

#InitRecord Source

class InitRecord :: Row Type -> Row Type -> Row Type -> Constraintclass InitRecord (inits :: Row Type) (r :: Row Type) (rsta :: Row Type) | inits -> r rsta where

Members

Instances

#InitRecordRL Source

class InitRecordRL :: RowList Type -> Row Type -> Row Type -> Row Type -> Constraintclass InitRecordRL (rl :: RowList Type) (inits :: Row Type) (r :: Row Type) (rsta :: Row Type) | rl inits -> r rsta where

Members

Instances