From: simonpj@microsoft.com Date: Thu, 7 Sep 2006 10:43:01 +0000 (+0000) Subject: Remove result type signatures from documentation X-Git-Tag: Before_FC_branch_merge~52 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1b1c97c9e085e2cd81ebd5a74e85d77ba103ae4e;ds=sidebyside Remove result type signatures from documentation --- 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