Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Apr 23, 2024
1 parent e9e467b commit 90ac58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathcomp/ssreflect/order.v
Original file line number Diff line number Diff line change
Expand Up @@ -3759,7 +3759,7 @@ Notation lt_maxl := gt_max.
Notation lt_maxr := lt_max.
#[deprecated(since="mathcomp 2.1.0", note="Use lt_min instead.")]
Notation lt_minr := lt_min.
#[deprecated(since="mathcomp 2.1.0", note="Use gt_max instead.")]
#[deprecated(since="mathcomp 2.1.0", note="Use gt_min instead.")]
Notation lt_minl := gt_min.
#[deprecated(since="mathcomp 2.1.0", note="Use le_min instead.")]
Notation le_minr := le_min.
Expand Down

0 comments on commit 90ac58a

Please sign in to comment.