Remove references to Haskell 98
[ghc-hetmet.git] / compiler / types / TypeRep.lhs
index e80bd4d..8551409 100644 (file)
@@ -584,7 +584,7 @@ pprTvBndr tv | isLiftedTypeKind kind = ppr tv
 
 Note [Infix type variables]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
-In Haskell 98 you can say
+With TypeOperators you can say
 
    f :: (a ~> b) -> b