blob: 8466b499fc9e28f55f4d14a092f9f9ef70687e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
.. _release-8-0-2:
Release notes for version 8.0.2
===============================
TODO FIXME
Highlights
----------
TODO FIXME.
Full details
------------
Language
~~~~~~~~
- TODO FIXME.
- :ghc-flag:`-XStaticPointers` now allows the body of the ``static`` form to
refer to closed local bindings. For instance, this is now permitted:
``f = static x where x = 'a'``.
|