Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
834623d4
by Mrjtjmn at 2026-05-20T17:21:41-04:00
2 changed files:
Changes:
| ... | ... | @@ -65,19 +65,19 @@ The following syntax is stolen: |
| 65 | 65 | :ref:`discussion on quasi-quoting <quasi-quotes-list-comprehension-ambiguity>`
|
| 66 | 66 | for details.
|
| 67 | 67 | |
| 68 | -``$(``, ``$$(``, ``$varid``, ``$$varid``
|
|
| 68 | +``$(``, ``$$(``, ``$⟨varid⟩``, ``$$⟨varid⟩``
|
|
| 69 | 69 | .. index::
|
| 70 | 70 | single: Template Haskell
|
| 71 | 71 | |
| 72 | 72 | Stolen by: :extension:`TemplateHaskell`
|
| 73 | 73 | |
| 74 | -``[varid|``
|
|
| 74 | +``[⟨varid⟩|``
|
|
| 75 | 75 | .. index::
|
| 76 | 76 | single: quasi-quotation
|
| 77 | 77 | |
| 78 | 78 | Stolen by: :extension:`QuasiQuotes`
|
| 79 | 79 | |
| 80 | -⟨varid⟩, ``#``\ ⟨char⟩, ``#``, ⟨string⟩, ``#``, ⟨integer⟩, ``#``, ⟨float⟩, ``#``, ⟨float⟩, ``##``
|
|
| 80 | +⟨varid⟩``#``, ⟨char⟩``#``, ⟨string⟩``#``, ⟨integer⟩``#``, ⟨float⟩``#``, ⟨float⟩``##``
|
|
| 81 | 81 | Stolen by: :extension:`MagicHash`
|
| 82 | 82 | |
| 83 | 83 | ⟨integer⟩, ``#(Int|Word)(8|16|32|64)?``
|
| ... | ... | @@ -114,7 +114,7 @@ enable the quotation subset of Template Haskell (i.e. without top-level splices) |
| 114 | 114 | - A quasi-quotation can appear in a pattern, type, expression, or
|
| 115 | 115 | declaration context and is also written in Oxford brackets:
|
| 116 | 116 | |
| 117 | - - ``[varid| ... |]``, where the "..." is an arbitrary string; a full
|
|
| 117 | + - ``[⟨varid⟩| ... |]``, where the "..." is an arbitrary string; a full
|
|
| 118 | 118 | description of the quasi-quotation facility is given in
|
| 119 | 119 | :ref:`th-quasiquotation`.
|
| 120 | 120 |