| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Generics.Deriving.Copoint
GCopoint class
Instances
| GCopoint Identity # | |
| GCopoint Min # | |
| GCopoint Max # | |
| GCopoint First # | |
| GCopoint Last # | |
| GCopoint WrappedMonoid # | |
| GCopoint Dual # | |
| GCopoint Sum # | |
| GCopoint ((,) a) # | |
| GCopoint (Arg a) # | |
| GCopoint m => GCopoint (WrappedMonad m) # | |
| GCopoint ((,,) a b) # | |
| GCopoint f => GCopoint (Alt * f) # | |
| GCopoint ((,,,) a b c) # | |
| (GCopoint f, GCopoint g) => GCopoint (Sum * f g) # | |
| GCopoint ((,,,,) a b c d) # | |
| GCopoint ((,,,,,) a b c d e) # | |
| GCopoint ((,,,,,,) a b c d e f) # | |
Default method
gcopointdefault :: (Generic1 d, GCopoint' (Rep1 d)) => d a -> a #
Internal class
Minimal complete definition