Comments only
authorsimonpj@microsoft.com <unknown>
Tue, 10 Nov 2009 17:09:23 +0000 (17:09 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 10 Nov 2009 17:09:23 +0000 (17:09 +0000)
compiler/basicTypes/Var.lhs

index 4c49d85..c52844b 100644 (file)
@@ -363,7 +363,7 @@ setIdNotExported id = ASSERT( isLocalId id )
 %************************************************************************
 
 \begin{code}
-isTyVar :: Var -> Bool
+isTyVar :: Var -> Bool         -- True of both type and coercion variables
 isTyVar (TyVar {})   = True
 isTyVar (TcTyVar {}) = True
 isTyVar _            = False