From 7fc965c5a446eb6b1d50d4262a01f9821152adad Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 18 Jun 2002 13:58:53 +0000 Subject: [PATCH] [project @ 2002-06-18 13:58:53 by simonpj] 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 05ee7f3..49d378b 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -1419,7 +1419,7 @@ You can apply a type synonym to a forall type: f :: Foo (forall b. b->b) -After epxanding the synonym, f has the legal (in GHC) type: +After expanding the synonym, f has the legal (in GHC) type: f :: (forall b. b->b) -> (forall b. b->b) -> Bool -- 1.7.10.4