Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ad1e0727
Commit
ad1e0727
authored
Aug 31, 2016
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
users_guide: Move addModFinalizer mention to 8.0.2 release notes
parent
a69371ce
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
docs/users_guide/8.0.2-notes.rst
docs/users_guide/8.0.2-notes.rst
+13
-0
docs/users_guide/8.2.1-notes.rst
docs/users_guide/8.2.1-notes.rst
+0
-8
No files found.
docs/users_guide/8.0.2-notes.rst
View file @
ad1e0727
...
@@ -33,6 +33,19 @@ Compiler
...
@@ -33,6 +33,19 @@ Compiler
initial cmm from STG-to-C-- code generation and :ghc-flag:`-ddump-cmm-verbose`
initial cmm from STG-to-C-- code generation and :ghc-flag:`-ddump-cmm-verbose`
to obtain the intermediates from all C-- pipeline stages.
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
TODO FIXME Heading title
~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~
...
...
docs/users_guide/8.2.1-notes.rst
View file @
ad1e0727
...
@@ -53,14 +53,6 @@ Template Haskell
...
@@ -53,14 +53,6 @@ Template Haskell
- TODO FIXME.
- 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,
- Reifying types that contain unboxed tuples now works correctly. (Previously,
Template Haskell reified unboxed tuples as boxed tuples with twice their
Template Haskell reified unboxed tuples as boxed tuples with twice their
appropriate arity.)
appropriate arity.)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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