From 829d2e1f1ad18b80b2a244cc3dac408dc465e4a9 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 4 Sep 2006 19:09:58 +0000 Subject: [PATCH] Fix typos. --- docs/users_guide/glasgow_exts.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index de115ab..0a9c7e8 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -119,7 +119,7 @@ documentation describes all the libraries that come with GHC. ,: - These two flags control how generalisation is done in + These two flags control how generalisation is done. See . @@ -4804,8 +4804,8 @@ Because the preprocessor targets Haskell (rather than Core), GHC supports an extension of pattern matching called bang patterns. Bang patterns are under consideration for Haskell Prime. The the -Haskell prime feature description contains more discussion and examples +url="http://hackage.haskell.org/trac/haskell-prime/wiki/BangPatterns">Haskell +prime feature description contains more discussion and examples than the material below. @@ -6559,7 +6559,7 @@ can be completely switched off by -Monomorphic patteern bindings +Monomorphic pattern bindings -- 1.7.10.4