The PR coq/coq#12162 renames Bool.leb into Bool.le which is more coherent with the rest of the standard library since it has type bool -> bool -> Prop. This generates possible clashes with Nat.le or Peano.le so that additional qualification is required.
The PR coq/coq#12162 renames
Bool.leb
intoBool.le
which is more coherent with the rest of the standard library since it has typebool -> bool -> Prop
. This generates possible clashes withNat.le
orPeano.le
so that additional qualification is required.