Skip to content
Snippets Groups Projects
Commit e17d7e8c authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

users-guide: Fix stylistic issues in 9.12 release notes

parent f3017dd3
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,10 @@ Language
This means that code using :extension:`UnliftedDatatypes` or
:extension:`UnliftedNewtypes` can now use :extension:`OverloadedRecordDot`.
- Unboxed Float#/Double# literals now support the HexFloatLiterals extension
- Unboxed ``Float#``/``Double#`` literals now support the HexFloatLiterals extension
(`#22155 <https://gitlab.haskell.org/ghc/ghc/-/issues/22155>`_).
- UnliftedFFITypes: GHC will now accept ffi types like: ``(# #) -> T`` where ``(# #)``
- :extension:`UnliftedFFITypes`: GHC will now accept FFI types like: ``(# #) -> T`` where ``(# #)``
is used as the one and only function argument.
Compiler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment