aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Relations
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-08-07 12:24:29 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-08-12 13:37:07 +0200
commitc48ade3f0d6324872d292932e797ffd718ad57d9 (patch)
tree8437ef0e8f366c0df9dcef5e0189cf075739e7c4 /theories/Relations
parent519d2b0e5d6b53c2f2a02ee9b685088fd74be0f6 (diff)
A couple of fixes/improvements in -beautify, but backtracking on
change of printing format of forall (need more thinking).
Diffstat (limited to 'theories/Relations')
-rw-r--r--theories/Relations/Operators_Properties.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/theories/Relations/Operators_Properties.v b/theories/Relations/Operators_Properties.v
index c2cd9628b..cf1aa9baf 100644
--- a/theories/Relations/Operators_Properties.v
+++ b/theories/Relations/Operators_Properties.v
@@ -35,7 +35,8 @@ Section Properties.
Section Clos_Refl_Trans.
- Local Notation "R *" := (clos_refl_trans R) (at level 8, left associativity).
+ Local Notation "R *" := (clos_refl_trans R)
+ (at level 8, left associativity, format "R *").
(** Correctness of the reflexive-transitive closure operator *)