Conversation
|
Question: Are there uses for |
|
@matthewleon That is the main use case, and I'm not sure if it's worth it to be honest. I don't think there is anything you can do with |
|
I actually do have one use case which would work with old-style generics, but not with new-style generics, which is to reflect a generic signature as an actual type with a So this PR is a proof that every type with a generics-rep instance also has an old |
|
Should this PR be closed? |
|
I think this hasn’t had enough interest to justify inclusion in core, yeah. |
The idea here is to obviate the need for the old generics implementation and deriving.
This is still a work in progress, but it works for everything except records. I think if we want to go this route, then we should
purescript-genericsgenericsThoughts?