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 8a3ad57 commit 12e17d9Copy full SHA for 12e17d9
content/ghc-9.12-cabal-3.14/index.md
@@ -19,7 +19,8 @@ Here are some highlights:
19
### Language Extensions
20
21
This release brings many new and exciting extensions:
22
-* [Multiline string literals][MultilineStrings] to spread a piece of text over several lines;
+* [Multiline string literals][MultilineStrings] to write string literals with newlines kept verbatim,
23
+ enabling multiline strings without the need for string gaps and literal \n characters";
24
* [Or-Patterns][OrPatterns], allowing you to match on several patterns in a single `case` branch:
25
26
```haskell
0 commit comments