aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/03-notations/12163-fix-12159.rst
blob: 978ed561dd7395574f0fb3812c2c8ab787452e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
- **Fixed:**
  Numeral Notations now play better with multiple scopes for the same
  inductive type. Previously, when multiple numeral notations were defined
  for the same inductive, only the last one was considered for
  printing. Now, among the notations that are usable for printing and either
  have a scope delimiter or are open, the selection is made according
  to the order of open scopes, or according to the last defined
  notation if no appropriate scope is open
  (`#12163 <https://github.com/coq/coq/pull/12163>`_,
  fixes `#12159 <https://github.com/coq/coq/pull/12159>`_,
  by Pierre Roux, review by Hugo Herbelin and Jason Gross).