Skip to content

Commit

Permalink
More expressive debugging in handle_reified_rewrite_rules_interp (#132
Browse files Browse the repository at this point in the history
)
  • Loading branch information
JasonGross committed Dec 9, 2023
1 parent 22162aa commit 90549d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Rewriter/Rewriter/ProofsCommonTactics.v
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,8 @@ Module Compilers.
| idtac "============================";
idtac "WARNING: UNSOLVED INITIAL GOAL:";
print_context_and_goal ();
idtac "============================" ].
idtac "============================";
idtac "Failed to solve goal with" "repeat" "Rewriter.ProofsCommonTactics.Compilers.RewriteRules.InterpTactics.handle_reified_rewrite_rules_interp_step" exprInfo exprExtraInfo base_interp_head ident_interp_head ident_interp_Proper ].

Module Export Tactic.
Ltac prove_interp_good _ :=
Expand Down

0 comments on commit 90549d8

Please sign in to comment.