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
I think Rec may be given a Generic (from GHC.Generics) instance, I'm just not sure how. Deriving does not work since Rec is a GADT, but I sort of see a type-level traversal from a list of constants (K1 ?) values to a Rec (which contains a type-level list).
The text was updated successfully, but these errors were encountered:
I think Rec may be given a Generic (from GHC.Generics) instance, I'm just not sure how. Deriving does not work since Rec is a GADT, but I sort of see a type-level traversal from a list of constants (
K1
?) values to a Rec (which contains a type-level list).The text was updated successfully, but these errors were encountered: