X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FTypeRep.lhs;h=85514091a4bcc06d38ae5c59c044292feea851c4;hb=ce2ea8274f72199ac32d5219fcadb0aaeb968707;hp=e80bd4d8a6d8b832732a5b9938a72aed5ba2bacd;hpb=ced4c13ea3577e01556a2f76c2cc458c0be6c83c;p=ghc-hetmet.git diff --git a/compiler/types/TypeRep.lhs b/compiler/types/TypeRep.lhs index e80bd4d..8551409 100644 --- a/compiler/types/TypeRep.lhs +++ b/compiler/types/TypeRep.lhs @@ -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