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