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

Backport: Implement instance Data (#614) #652

Merged
merged 1 commit into from
Feb 1, 2024

Commits on Feb 1, 2024

  1. Implement instance Data (haskell#614)

    * Add functionality for toConstr
    
    * Other instances fixed
    
    * Move test
    
    * test passes
    
    * Add gshow tests
    
    * Typo
    
    * Add explicit string test
    
    * instance Data: implement gunfold and dataTypeOf
    
    * instance Data: fix tests
    
    * Fix emulated builds
    
    * Restore derived instance Data ShortByteString
    
    * Add instance Generic ShortByteString
    
    * Review suggestions
    
    ---------
    
    Co-authored-by: Colton Clemmer <[email protected]>
    (cherry picked from commit 1b9e6ec)
    Bodigrim authored and clyring committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c4a745f View commit details
    Browse the repository at this point in the history