extensible-0.3.7: Extensible, efficient, optics-friendly data types

Safe HaskellNone
LanguageHaskell2010

Data.Extensible.Record

Synopsis

Documentation

class IsRecord a where Source

The class of types that can be converted to/from a Record.

Associated Types

type RecFields a :: [Assoc Symbol *] Source