X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypes%2FKind.lhs;h=4c32ce15e6031a7588714eed9d8a0dbd5abb26e8;hb=96179bddcb250a1772adc5a86d62c17125637709;hp=a65ec1ba6231dc90a478e42cb38668e850dcff98;hpb=f714e6b642fd614a9971717045ae47c3d871275e;p=ghc-hetmet.git diff --git a/ghc/compiler/types/Kind.lhs b/ghc/compiler/types/Kind.lhs index a65ec1b..4c32ce1 100644 --- a/ghc/compiler/types/Kind.lhs +++ b/ghc/compiler/types/Kind.lhs @@ -194,7 +194,7 @@ pprKind UnliftedTypeKind = ptext SLIT("#") pprKind OpenTypeKind = ptext SLIT("?") pprKind ArgTypeKind = ptext SLIT("??") pprKind UbxTupleKind = ptext SLIT("(#)") -pprKind (FunKind k1 k2) = sep [ pprKind k1, arrow <+> pprParendKind k2] +pprKind (FunKind k1 k2) = sep [ pprParendKind k1, arrow <+> pprKind k2] \end{code}