vinyl-0.4.2: Extensible Records

Safe HaskellNone
LanguageHaskell2010

Data.Vinyl.Derived

Synopsis

Documentation

toPlainRec :: (forall f. Applicative f => Rec el f rs) -> PlainRec el rs Source

Fixes a polymorphic record into the Identity functor.

toLazyPlainRec :: (forall f. Applicative f => Rec el f rs) -> LazyPlainRec el rs Source