Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for deriving ToExpr from Show #94

Closed

Commits on Aug 31, 2024

  1. Add support for deriving ToExpr from Show

    I didn't really change the `ToExpr` class, but this adds two useful
    functions that allow one to implement a `ToExpr` instance if a type
    already has a `Show` instance.
    Gabriella439 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    ad78d9d View commit details
    Browse the repository at this point in the history