diff options
Diffstat (limited to 'docs/users_guide/8.12.1-notes.rst')
-rw-r--r-- | docs/users_guide/8.12.1-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/8.12.1-notes.rst b/docs/users_guide/8.12.1-notes.rst index 69890b2c10..70bb901b07 100644 --- a/docs/users_guide/8.12.1-notes.rst +++ b/docs/users_guide/8.12.1-notes.rst @@ -32,6 +32,10 @@ Runtime system Template Haskell ~~~~~~~~~~~~~~~~ + - Implement the Overloaded Quotations proposal (#246). The type of all quotation + forms have now been generalised in terms of a minimal interface necessary for the + implementation rather than the overapproximation of the ``Q`` monad. + ``ghc-prim`` library ~~~~~~~~~~~~~~~~~~~~ |