From f3575e7955e410f519c9ef436a5407fe235ef704 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Fri, 8 Dec 2006 13:48:07 +0000 Subject: [PATCH] Fix typo --- docs/users_guide/glasgow_exts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 052c9c3..b2daa16 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -4807,7 +4807,7 @@ f !x = 3 Is this a definition of the infix function "(!)", or of the "f" with a bang pattern? GHC resolves this -ambiguity inf favour of the latter. If you want to define +ambiguity in favour of the latter. If you want to define (!) with bang-patterns enabled, you have to do so using prefix notation: -- 1.7.10.4