diff options
| author | coqbot-app[bot] | 2020-12-11 16:03:25 +0000 |
|---|---|---|
| committer | GitHub | 2020-12-11 16:03:25 +0000 |
| commit | 5a77078718c18b05e7ffb1366d6dd9e439ecfc91 (patch) | |
| tree | db386127e6c2295b8e7281133f73ae89e34c8f80 /doc/sphinx | |
| parent | c8d2248cbbe2c713605e0c61d7342fad948072da (diff) | |
| parent | 0d1da885cc8ccfb9f995e5dcb0ed79e71e6020db (diff) | |
Merge PR #13519: Better primitive type support in custom string and numeral notations.
Reviewed-by: jfehrle
Reviewed-by: proux01
Ack-by: Zimmi48
Ack-by: SkySkimmer
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/user-extensions/syntax-extensions.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/sphinx/user-extensions/syntax-extensions.rst b/doc/sphinx/user-extensions/syntax-extensions.rst index 73f90b0056..259f5e0546 100644 --- a/doc/sphinx/user-extensions/syntax-extensions.rst +++ b/doc/sphinx/user-extensions/syntax-extensions.rst @@ -1740,7 +1740,8 @@ Number notations Note that only fully-reduced ground terms (terms containing only function application, constructors, inductive type families, - sorts, and primitive integers) will be considered for printing. + sorts, primitive integers, primitive floats, primitive arrays and type + constants for primitive types) will be considered for printing. .. _number-string-via: @@ -1904,7 +1905,8 @@ String notations Note that only fully-reduced ground terms (terms containing only function application, constructors, inductive type families, - sorts, and primitive integers) will be considered for printing. + sorts, primitive integers, primitive floats, primitive arrays and type + constants for primitive types) will be considered for printing. :n:`via @qualid__ind mapping [ {+, @qualid__constant => @qualid__constructor } ]` works as for :ref:`number notations above <number-string-via>`. |
