Module

DataMVC.Variant.Extract

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

#ExtractVariant Source

class ExtractVariant :: Row Type -> Row Type -> Row Type -> Constraintclass ExtractVariant (extracts :: Row Type) (rsta :: Row Type) (r :: Row Type) | extracts -> rsta r where

Members

Instances

#ExtractVariantRL Source

class ExtractVariantRL :: RowList Type -> Row Type -> Row Type -> Row Type -> Constraintclass ExtractVariantRL (rl :: RowList Type) (extracts :: Row Type) (rsta :: Row Type) (r :: Row Type) | rl extracts -> rsta r where

Members

Instances