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

feat: failing macros to show error from first registered rule #3771

Merged
merged 4 commits into from
Mar 26, 2024

Commits on Mar 26, 2024

  1. feat: failing macros to show error from first registered rule

    fixes #3770
    
    Also start `rfl` with a `fail` message that is hopefully more helpful
    than what we get now (see updated test output). This would be a cheaper
    way to address #3302 without changing the implementation of rfl (as
    tried in #3714).
    nomeata committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    eade05a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c78bbe View commit details
    Browse the repository at this point in the history
  3. Update src/Init/Tactics.lean

    nomeata authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3e9ca3c View commit details
    Browse the repository at this point in the history
  4. Update src/Init/Tactics.lean

    nomeata authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b3f36db View commit details
    Browse the repository at this point in the history