summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/9.4.1-notes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/users_guide/9.4.1-notes.rst b/docs/users_guide/9.4.1-notes.rst
index 73901ad8be..68417b0a6b 100644
--- a/docs/users_guide/9.4.1-notes.rst
+++ b/docs/users_guide/9.4.1-notes.rst
@@ -40,3 +40,11 @@ Version 9.4.1
- The ``GHC.Exts.RuntimeRep`` parameter to ``GHC.Exts.raise#`` is now inferred: ::
raise# :: forall (a :: Type) {r :: RuntimeRep} (b :: TYPE r). a -> b
+
+``ghc`` library
+~~~~~~~~~~~~~~~
+
+- A new ``GHC.Hs.Syn.Type`` module has been introduced which defines functions
+ for computing the ``Type`` of an ``HsExpr GhcTc`` in a pure fashion.
+ The ``hsLitType`` and ``hsPatType`` functions that previously lived in
+ ``GHC.Tc.Utils.Zonk`` have been moved to this module.