aboutsummaryrefslogtreecommitdiff
path: root/src/Compilers/Z/Bounds
diff options
context:
space:
mode:
Diffstat (limited to 'src/Compilers/Z/Bounds')
-rw-r--r--src/Compilers/Z/Bounds/Pipeline/ReflectiveTactics.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Compilers/Z/Bounds/Pipeline/ReflectiveTactics.v b/src/Compilers/Z/Bounds/Pipeline/ReflectiveTactics.v
index 645f81634..17f01e5d6 100644
--- a/src/Compilers/Z/Bounds/Pipeline/ReflectiveTactics.v
+++ b/src/Compilers/Z/Bounds/Pipeline/ReflectiveTactics.v
@@ -104,9 +104,9 @@ Declare Reduction interp_red
not contain evars. Most tactics use [abstract] to reduce the load
on [Defined] and to catch looping behavior early. *)
-(** The tactic [unify_abstract_renamify_rhs_reflexivity] calls [renamify] on [RHS] and unifies
- that with [LHS]; and then costs one [vm_compute] to prove the
- equality. *)
+(** The tactic [unify_abstract_renamify_rhs_reflexivity] calls
+ [renamify] on [RHS] and unifies that with [LHS]; and then costs
+ one [vm_compute] to prove the equality. *)
Ltac unify_abstract_renamify_rhs_reflexivity :=
unify_transformed_rhs_abstract_tac
ltac:(renamify)