From: simonpj Date: Tue, 25 Jan 2000 14:12:08 +0000 (+0000) Subject: [project @ 2000-01-25 14:12:08 by simonpj] X-Git-Tag: Approximately_9120_patches~5209 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2169fda798454c6dffa3b4a0ff8915a4d04a0037;p=ghc-hetmet.git [project @ 2000-01-25 14:12:08 by simonpj] fix typo --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index f14d9f2..692e867 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.: -T1 :: forall a. (forall b. b -> b -> b) -> a -> T1 a +T1 :: forall a. (forall b. b -> b -> b) -> a -> T a MkMonad :: forall m. (forall a. a -> m a) -> (forall a b. m a -> (a -> m b) -> m b) -> MonadT m