aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Structures/Orders.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Structures/Orders.v')
-rw-r--r--theories/Structures/Orders.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/Structures/Orders.v b/theories/Structures/Orders.v
index d7bdfbf71..f83e77ed8 100644
--- a/theories/Structures/Orders.v
+++ b/theories/Structures/Orders.v
@@ -162,9 +162,9 @@ Module OTF_to_TotalOrder (O:OrderedTypeFull) <: TotalOrder
*)
(** For stating properties like transitivity of [leb],
- we coerce [bool] into [Prop].
- NB: To migrate in Init/Datatype later *)
-Local Coercion is_true b := b = true. (*: bool >-> Sortclass.*)
+ we coerce [bool] into [Prop]. *)
+
+Local Coercion is_true : bool >-> Sortclass.
Hint Unfold is_true.
Module Type HasLeBool (Import T:Typ).