From c04f44e29f38784e0e958abc683164e33f851c86 Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Thu, 19 Jul 2018 05:39:57 -0700 Subject: Fix HEAD html-test (#860) * Update tests for 'StarIsType' * Accept tests * Revert "Update tests for 'StarIsType'" This reverts commit 7f0c01383bbba6dc5af554ee82988d2cf44e407a. --- html-test/ref/ConstructorPatternExport.html | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'html-test/ref/ConstructorPatternExport.html') diff --git a/html-test/ref/ConstructorPatternExport.html b/html-test/ref/ConstructorPatternExport.html index 548cd729..6f091de7 100644 --- a/html-test/ref/ConstructorPatternExport.html +++ b/html-test/ref/ConstructorPatternExport.html @@ -47,7 +47,9 @@ >pattern FooCons :: String -> a -> Foo a :: String -> a -> Foo a #

pattern MyRecCons :: Bool -> Int -> MyRec :: Bool -> Int -> MyRec #

pattern (:+) :: String -> a -> MyInfix a :: String -> a -> MyInfix a #

pattern BlubCons :: () => Show b => b -> Blub :: () => Show b => b -> Blub #

pattern MyGADTCons :: a -> Int -> MyGADT (Maybe String) :: a -> Int -> MyGADT (Maybe String) #