forked from Thimoteus/purescript-hugenums
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
I'd like to make HugeNum an instance of Generic, but I get an error message when I try derive instance genericHugeNum :: Generic HugeNum
because HugeRec is a type synonym. Looks like this isn't possible right now because derive generic
doesn't work with a type synonym like this. See: purescript/purescript#1443
After that's fixed, we can make this an instance of Generic.
Metadata
Metadata
Assignees
Labels
No labels