Module
MVC.Record.Types
- Package
- purescript-mvc
- Repository
- thought2/purescript-mvc
#RecordMsg Source
newtype RecordMsg :: Row Type -> Typenewtype RecordMsg r
Constructors
Instances
Generic (RecordMsg r) _(RowToList r rl, VariantTags rl, VariantEqs rl) => Eq (RecordMsg r)(RowToList r rl, VariantTags rl, VariantShows rl) => Show (RecordMsg r)
#RecordState Source
newtype RecordState :: Row Type -> Typenewtype RecordState r
Constructors
RecordState (Record r)
Instances
Generic (RecordState r) _(Eq (Record r)) => Eq (RecordState r)(Show (Record r)) => Show (RecordState r)