Skip to content

Commit 4c24e7d

Browse files
authored
Create index.md
Added an error message for GHC-21231
1 parent eaa323f commit 4c24e7d

File tree

1 file changed

+9
-0
lines changed
  • message-index/messages/GHC-21231

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)