From c2237179d724e24323de31d0754c4cdcbb7f2ec2 Mon Sep 17 00:00:00 2001 From: erkok Date: Tue, 1 Oct 2002 18:10:00 +0000 Subject: [PATCH] [project @ 2002-10-01 18:10:00 by erkok] 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 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). -- 1.7.10.4