Module

DataMVC.Variant.Init

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

#InitVariant Source

class InitVariant :: Row Type -> Symbol -> Row Type -> Row Type -> Constraintclass InitVariant (inits :: Row Type) (initsym :: Symbol) (r :: Row Type) (rsta :: Row Type) | inits initsym -> r rsta where

Members

Instances

#InitVariantRL Source

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

Members

Instances