From 837bcf43e96815ce97b36b3630b76c5582a61b1d Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 30 Nov 2004 14:55:10 +0000 Subject: [PATCH] [project @ 2004-11-30 14:55:10 by simonpj] Docmunent -fmonomorphism-restriction and -fimplicit-prelude --- ghc/docs/users_guide/flags.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/docs/users_guide/flags.xml b/ghc/docs/users_guide/flags.xml index d4e1fc6..f92c9ba 100644 --- a/ghc/docs/users_guide/flags.xml +++ b/ghc/docs/users_guide/flags.xml @@ -509,13 +509,13 @@ Don't implicitly import Prelude dynamic - - + Disable the monomorphism restriction dynamic - + -- 1.7.10.4