summaryrefslogtreecommitdiff
path: root/docs/users_guide/8.2.1-notes.rst
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2016-12-14 13:16:40 -0500
committerRyan Scott <ryan.gl.scott@gmail.com>2016-12-14 13:16:42 -0500
commit26ce99cc47446eba704c867fbd2d88f31c325805 (patch)
treefb6fa0dcb1548750e419f46e716116d8bd969d67 /docs/users_guide/8.2.1-notes.rst
parent9c9a2229fe741c55a8fb8d0c6380ec066a77722b (diff)
downloadhaskell-26ce99cc47446eba704c867fbd2d88f31c325805.tar.gz
Fix typo in users' guide
[ci skip]
Diffstat (limited to 'docs/users_guide/8.2.1-notes.rst')
-rw-r--r--docs/users_guide/8.2.1-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index ea22d4f0c4..2e9033c8ef 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -95,7 +95,7 @@ Compiler
to define a synonym of ``T``, you must write::
- data TSyn = (T :: (forall k. k -> Type) -> Type)
+ type TSyn = (T :: (forall k. k -> Type) -> Type)
- The Mingw-w64 toolchain for the Windows version of GHC has been updated. GHC now uses
`GCC 6.2.0` and `binutils 2.27`.