Module
MVC.Record.Init
- Package
- purescript-mvc
- Repository
- thought2/purescript-mvc
#InitRecord Source
class InitRecord :: Row Type -> Row Type -> Constraint
class InitRecord (inits :: Row Type) (rsta :: Row Type) where
Members
initRecord :: Record inits -> RecordState rsta
Instances
InitRecord inits inits