From 29c76f761fe131cc00272eed9a0137953dba6180 Mon Sep 17 00:00:00 2001 From: Brian Huffman Date: Fri, 17 Mar 2017 15:10:40 -0700 Subject: Update test suite to expect kind annotations on type parameters. --- html-test/ref/SpuriousSuperclassConstraints.html | 6 +++++- html-test/ref/TypeFamilies.html | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'html-test') diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html index b5aa56b3..e73ef2ac 100644 --- a/html-test/ref/SpuriousSuperclassConstraints.html +++ b/html-test/ref/SpuriousSuperclassConstraints.html @@ -77,7 +77,11 @@ Fix spurious superclass constraints bug.data SomeType f a (f :: * -> *) a #

  • class a (a :: k) >< b
  • (b :: k)

    class a (a :: k) >< b (b :: k) #