From 2169fda798454c6dffa3b4a0ff8915a4d04a0037 Mon Sep 17 00:00:00 2001
From: simonpj <unknown>
Date: Tue, 25 Jan 2000 14:12:08 +0000
Subject: [PATCH] [project @ 2000-01-25 14:12:08 by simonpj] fix typo

---
 ghc/docs/users_guide/glasgow_exts.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml
index f14d9f2a71ef..692e867a4d68 100644
--- a/ghc/docs/users_guide/glasgow_exts.sgml
+++ b/ghc/docs/users_guide/glasgow_exts.sgml
@@ -1787,7 +1787,7 @@ types, in which there is a for-all in the argument types.:
 <Para>
 
 <ProgramListing>
-T1 :: forall a. (forall b. b -&#62; b -&#62; b) -&#62; a -&#62; T1 a
+T1 :: forall a. (forall b. b -&#62; b -&#62; b) -&#62; a -&#62; T a
 MkMonad :: forall m. (forall a. a -&#62; m a)
                   -&#62; (forall a b. m a -&#62; (a -&#62; m b) -&#62; m b)
                   -&#62; MonadT m
-- 
GitLab