Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
ad1e0727
Commit
ad1e0727
authored
Aug 31, 2016
by
Ben Gamari
🐢
Browse files
users_guide: Move addModFinalizer mention to 8.0.2 release notes
parent
a69371ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/8.0.2-notes.rst
View file @
ad1e0727
...
...
@@ -33,6 +33,19 @@ Compiler
initial cmm from STG-to-C-- code generation and :ghc-flag:`-ddump-cmm-verbose`
to obtain the intermediates from all C-- pipeline stages.
Template Haskell
~~~~~~~~~~~~~~~~
- TODO FIXME.
- ``addModFinalizer`` now exposes the local typing environment at the splice
point. This allows ``reify`` to see local and top-level definitions in the
current declaration group when used as in
.. code-block:: none
f x = $(addModFinalizer (reify 'x >>= runIO . print) >> [| x |])
TODO FIXME Heading title
~~~~~~~~~~~~~~~~~~~~~~~~
...
...
docs/users_guide/8.2.1-notes.rst
View file @
ad1e0727
...
...
@@ -53,14 +53,6 @@ Template Haskell
- TODO FIXME.
- ``addModFinalizer`` now exposes the local typing environment at the splice
point. This allows ``reify`` to see local and top-level definitions in the
current declaration group when used as in
.. code-block:: none
f x = $(addModFinalizer (reify 'x >>= runIO . print) >> [| x |])
- Reifying types that contain unboxed tuples now works correctly. (Previously,
Template Haskell reified unboxed tuples as boxed tuples with twice their
appropriate arity.)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment