From bc5756d062bbc5cad5d4fa60798435ed020c518e Mon Sep 17 00:00:00 2001 From: nand Date: Tue, 11 Feb 2014 11:52:48 +0100 Subject: Improve display of poly-kinded type operators This now displays them as (==) k a b c ... to mirror GHC's behavior, instead of the old (k == a) b c ... which was just wrong. Signed-off-by: Mateusz Kowalczyk --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 63c3e687..f548d03a 100644 --- a/CHANGES +++ b/CHANGES @@ -29,6 +29,8 @@ Changes in version 2.14.0 * Print type/data family instances + * Fix display of poly-kinded type operators + Changes in version 2.13.2 * Handle HsExplicitListTy in renamer (#213) -- cgit v1.2.3