Skip to content

Commit

Permalink
Add changelog for #17902
Browse files Browse the repository at this point in the history
  • Loading branch information
herbelin committed Jul 31, 2023
1 parent b9a867b commit ac165b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
@@ -0,0 +1,5 @@
- **Fixed:**
support constructors with parameters in number or string notations for patterns
(`#17902 <https://github.com/coq/coq/pull/17902>`_,
fixes `#11237 <https://github.com/coq/coq/issues/11237>`_,
by Hugo Herbelin).
1 change: 1 addition & 0 deletions test-suite/output/StringSyntaxPrimitive.v
Expand Up @@ -142,6 +142,7 @@ Module Bug11237.

Inductive bytes := wrap_bytes { unwrap_bytes : list byte }.

Declare Scope bytes_scope.
Delimit Scope bytes_scope with bytes.
Bind Scope bytes_scope with bytes.
String Notation bytes wrap_bytes unwrap_bytes : bytes_scope.
Expand Down

0 comments on commit ac165b4

Please sign in to comment.