You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* How Generic programming can be improved with `ConstraintKinds` extension enabled?
179
+
*Advancedquestion:describe `Rep1 (Exampleb)` and `to1 (D"ML"Nothing [A, B(), C3()])`.
180
+
*Howdo `PolyKinds` affect `Generic1`?
181
+
*What are `Generic`'s limitations?Are there anydata declarations that cannot be represented with this machinery?Is there any alternative for handling these in a generic fashion?
171
182
172
183
#### Resources
173
184
185
+
* [Haddock for GHC.Generics](https://hackage.haskell.org/package/base-4.16.0.0/docs/GHC-Generics.html)
186
+
* [functions for getting information about datatypes](https://hackage.haskell.org/package/base-4.16.0.0/docs/GHC-Generics.html#t:Datatype)
0 commit comments