Skip to content

Make HugeNum instance of Generic? #3

@chexxor

Description

@chexxor

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions