Skip to content

Commit

Permalink
removed a call to try simple apply eq_refl in SC_tac
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartberinger committed Oct 13, 2023
1 parent eb266da commit 915e61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floyd/VSU.v
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ Ltac SC_tac :=
lazymatch goal with
| |- Funspecs_must_match ?i _ _ =>
try solve [constructor; unfold abbreviate;
try simple apply eq_refl;
(*Lennart: don't do try simple apply eq_refl;*)
repeat f_equal]
| |- Identifier_not_found ?i ?fds2 =>
fail "identifer" i "not found in funspecs" fds2
Expand Down

0 comments on commit 915e61f

Please sign in to comment.