From: erkok Date: Tue, 1 Oct 2002 18:10:00 +0000 (+0000) Subject: [project @ 2002-10-01 18:10:00 by erkok] X-Git-Tag: Approx_11550_changesets_converted~1595 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c2237179d724e24323de31d0754c4cdcbb7f2ec2;p=ghc-hetmet.git [project @ 2002-10-01 18:10:00 by erkok] typo --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 499d982..5e480d8 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -2671,7 +2671,7 @@ then that monad must be declared an instance of the MonadFix For details, see the above mentioned reference. -The following instances of MonadFix is automatically provided: List, Maybe, IO, and +The following instances of MonadFix are automatically provided: List, Maybe, IO, and state monads (both lazy and strict).