From 26ce99cc47446eba704c867fbd2d88f31c325805 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 14 Dec 2016 13:16:40 -0500 Subject: Fix typo in users' guide [ci skip] --- docs/users_guide/8.2.1-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/users_guide/8.2.1-notes.rst') 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`. -- cgit v1.2.1