| Copyright | (c) Fumiaki Kinoshita 2018 | 
|---|---|
| License | BSD3 | 
| Maintainer | Fumiaki Kinoshita <fumiexcel@gmail.com> | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Data.Extensible.Record
Description
Bidirectional conversion from/to records
Documentation
class IsRecord a where Source #
The class of types that can be converted to/from a Record.
Minimal complete definition