Module

DataMVC.Variant.DataUI

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

#DataUiVariant Source

class DataUiVariant :: Row Type -> (Type -> Type) -> (Type -> Type) -> (Type -> Type) -> Symbol -> Row Type -> Row Type -> Row Type -> Row Type -> Constraintclass DataUiVariant (datauis :: Row Type) (fm :: Type -> Type) (fs :: Type -> Type) (srf :: Type -> Type) (initsym :: Symbol) (rcase :: Row Type) (rmsg :: Row Type) (rsta :: Row Type) (r :: Row Type) | datauis -> fm fs srf initsym rcase rmsg rsta r where

Members

Instances