| Copyright | 2017 Kei Hibino |
|---|---|
| License | BSD3 |
| Maintainer | ex8k.hibino@gmail.com |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Functor.ProductIsomorphic.TH
Description
This module exports templates to make product constructors.
Template of ProductConstructor
defineProductConstructor Source #
Make template of ProductConstructor instance from type constructor name.
defineTupleProductConstructor Source #
Make template of ProductConstructor instance of tuple type.