Module

DataMVC.Record.Extract

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

#ExtractRecord Source

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

Members

Instances

#ExtractRecordRL Source

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

Members

Instances