diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-12-14 13:16:40 -0500 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-12-14 13:16:42 -0500 |
commit | 26ce99cc47446eba704c867fbd2d88f31c325805 (patch) | |
tree | fb6fa0dcb1548750e419f46e716116d8bd969d67 /docs | |
parent | 9c9a2229fe741c55a8fb8d0c6380ec066a77722b (diff) | |
download | haskell-26ce99cc47446eba704c867fbd2d88f31c325805.tar.gz |
Fix typo in users' guide
[ci skip]
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.2.1-notes.rst | 2 |
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`. |