Module

DataMVC.Record.DataUI

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

#DataUiRecord Source

class DataUiRecord :: Row Type -> (Type -> Type) -> (Type -> Type) -> (Type -> Type) -> Row Type -> Row Type -> Row Type -> Constraintclass DataUiRecord (datauis :: Row Type) (fm :: Type -> Type) (fs :: Type -> Type) (srf :: Type -> Type) (rmsg :: Row Type) (rsta :: Row Type) (r :: Row Type) | datauis -> fm fs srf rmsg rsta r where

Members

Instances