From: simonpj Date: Tue, 18 Jun 2002 13:58:53 +0000 (+0000) Subject: [project @ 2002-06-18 13:58:53 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1952 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7fc965c5a446eb6b1d50d4262a01f9821152adad;p=ghc-hetmet.git [project @ 2002-06-18 13:58:53 by simonpj] typo --- 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