diff options
| author | Cyril Cohen | 2020-06-09 15:11:32 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2020-06-09 15:40:07 +0200 |
| commit | b13a3ab3fda84037fdea2101daff35cc88cae664 (patch) | |
| tree | cccc027b5dc252b4dbdaea3706759d816a98eaf4 /mathcomp | |
| parent | 226a0f5ec8d470461eb708000d7875c2a24bdb1f (diff) | |
add lua&sed to shell and switch to coq 8.11 + fixing doc
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/ssreflect/order.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/order.v b/mathcomp/ssreflect/order.v index dd9099b..01197d2 100644 --- a/mathcomp/ssreflect/order.v +++ b/mathcomp/ssreflect/order.v @@ -117,7 +117,7 @@ From mathcomp Require Import path fintype tuple bigop finset div prime. (* 3. declaring notations for the main operations of this library, by *) (* setting the first argument of the definition to the display, e.g. *) (* `Notation my_syndef_le x y := @Order.le my_display _ x y.` or *) -(* `Notation "x <<< y" := @Order.lt my_display _ x y (at level ...).` *) +(* `Notation "x <=< y" := @Order.lt my_display _ x y (at level ...).` *) (* Non overloaded notations will default to the default display. *) (* *) (* One may use displays either for convenience or to disambiguate between *) |
