We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa323f commit 4c24e7dCopy full SHA for 4c24e7d
message-index/messages/GHC-21231/index.md
@@ -0,0 +1,9 @@
1
+---
2
+title: Numeric escape sequence out of range
3
+summary: The numeric escape sequence represents a number that is too large
4
+introduced: 9.6.1
5
+severity: error
6
7
+
8
+The escape sequence in the `Char` literal is not a valid unicode character. The maximum value of a numeric literal is \1114111
9
+(or \x10ffff in hexadecimal and \o4177777 in octal).
0 commit comments