[commit: ghc] master: Remove bogus comment on ForAllTy (f86a337)

git at git.haskell.org git at git.haskell.org
Fri Jun 24 10:00:46 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/f86a33792459bea26fe27ae1086aa161bd046a0a/ghc

>---------------------------------------------------------------

commit f86a33792459bea26fe27ae1086aa161bd046a0a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Jun 24 09:02:49 2016 +0100

    Remove bogus comment on ForAllTy


>---------------------------------------------------------------

f86a33792459bea26fe27ae1086aa161bd046a0a
 compiler/types/TyCoRep.hs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/compiler/types/TyCoRep.hs b/compiler/types/TyCoRep.hs
index 4d11aeb..e82ba9d 100644
--- a/compiler/types/TyCoRep.hs
+++ b/compiler/types/TyCoRep.hs
@@ -276,8 +276,6 @@ data Type
   | ForAllTy
         {-# UNPACK #-} !TyVarBinder
         Type            -- ^ A Π type.
-                        -- This includes arrow types, constructed with
-                        -- @ForAllTy (Anon ...)@. See also Note [TyBinder].
 
   | FunTy Type Type     -- ^ t1 -> t2   Very common, so an important special case
 



More information about the ghc-commits mailing list