Module

DataMVC.ApplyCtx

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

#ApplyCtx Source

class ApplyCtx :: Type -> Row Type -> Row Type -> Constraintclass ApplyCtx (a :: Type) (datauis :: Row Type) (uis :: Row Type) | datauis -> uis a where

Members

Instances

#ApplyCtxRL Source

class ApplyCtxRL :: RowList Type -> Type -> Row Type -> Row Type -> Constraintclass ApplyCtxRL (rl :: RowList Type) (a :: Type) (datauis :: Row Type) (uis :: Row Type) | datauis -> uis a where

Members

Instances