| Copyright | 2017 Kei Hibino |
|---|---|
| License | BSD3 |
| Maintainer | ex8k.hibino@gmail.com |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Data.Functor.ProductIsomorphic.GenericInstances
Contents
Description
This module defines instances for constructors used in generic-programming.
Orphan instances
| ProductConstructor (U1 p) Source # | |
| ProductConstructor (f x -> g x -> (:*:) f g x) Source # | |
| ProductConstructor (f p -> M1 i c f p) Source # | |
| ProductConstructor (c -> K1 i c p) Source # | |