vinyl-generics-0.1.0.0: src/Data/Vinyl/Generics.hs
{-|
Module : Data.Vinyl.Generics
Description : Re-exports the underlying module.
Copyright : (c) Gagandeep Bhatia, 2019
License : BSD3
Stability : experimental
This library provides a way to convert a plain Haskell record to a @vinyl@ record, and vice versa.
-}
module Data.Vinyl.Generics (
module Data.Vinyl.Generics.Transform
) where
import Data.Vinyl.Generics.Transform