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?
199
+
*Advancedquestion:describe `Rep1 (Exampleb)` and `to1 (D"ML"Nothing [A, B(), C3()])`.
200
+
*Howdo `PolyKinds` affect `Generic1`?
201
+
*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?
191
202
192
203
#### Resources
193
204
205
+
* [Haddock for GHC.Generics](https://hackage.haskell.org/package/base-4.16.0.0/docs/GHC-Generics.html)
206
+
* [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