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

Isabelle/HOL translation: fix undefined identifiers due to syntax alias #3050

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Nov 29, 2024

  1. theory names

    lukaszcz committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e338f1d View commit details
    Browse the repository at this point in the history
  2. recursive translation

    lukaszcz committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9aa8493 View commit details
    Browse the repository at this point in the history
  3. fix packages

    lukaszcz committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8c276c3 View commit details
    Browse the repository at this point in the history
  4. qualified names

    lukaszcz committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    189cb3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f184227 View commit details
    Browse the repository at this point in the history
  6. fixes

    lukaszcz committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    34529ed View commit details
    Browse the repository at this point in the history
  7. Update to GHC 9.10.1 (#2991)

    Since GHC 9.8.2 has a bug which blocks our development (see
    #2977 (comment)), I
    made a PR to update to GHC 9.10.1. Because stackage doesn't yet support
    GHC 9.10.1, I had to add some explicit dependencies and use
    `allow-newer-deps` in `stack.yaml`.
    
    I think we should merge this not to get blocked by the bug, and later
    clean up `stack.yaml` when GHC 9.10.1 becomes supported on stackage.
    
    ---------
    
    Co-authored-by: Paul Cadman <[email protected]>
    lukaszcz and paulcadman committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    342c820 View commit details
    Browse the repository at this point in the history
  8. fix Driver.hs

    lukaszcz committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c3dbace View commit details
    Browse the repository at this point in the history
  9. fix nested pattern matching

    lukaszcz committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    03b824e View commit details
    Browse the repository at this point in the history
  10. Fix alias final names

    lukaszcz committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    5e897df View commit details
    Browse the repository at this point in the history