Skip to content

Commit

Permalink
update comments to reflect current code
Browse files Browse the repository at this point in the history
  • Loading branch information
tckmn committed Aug 9, 2024
1 parent 46e8ccc commit b8b232e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bedrock2/src/bedrock2/MetricCosts.v
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ Definition isRegStr (var : String.string) : bool :=
String.prefix "reg_" var.

(* awkward tactic use to avoid Qed slowness *)
(* symmetry; reflexivity is black magic that shuffles orders of terms to make
heuristics choose the right things *)
(* this is slow with (eq_refl t) and fast with (eq_refl t') due to black box heuristics *)
Ltac cost_unfold :=
repeat (
let H := match goal with
Expand Down

0 comments on commit b8b232e

Please sign in to comment.