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