From 1b1c97c9e085e2cd81ebd5a74e85d77ba103ae4e Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 7 Sep 2006 10:43:01 +0000 Subject: [PATCH] Remove result type signatures from documentation --- docs/users_guide/glasgow_exts.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 5339c43..e71d75a 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -3252,8 +3252,6 @@ A lexically scoped type variable can be bound by: A pattern type signature () Class and instance declarations () -In addition, GHC supports result type signatures (), although they never bind type variables. In Haskell, a programmer-written type signature is implicitly quantifed over @@ -3352,6 +3350,9 @@ illegal if a was not already in scope. + + + Class and instance declarations -- 1.7.10.4