diff options
Diffstat (limited to 'html-test/src/Bug188.hs')
-rw-r--r-- | html-test/src/Bug188.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/html-test/src/Bug188.hs b/html-test/src/Bug188.hs deleted file mode 100644 index 15089699..00000000 --- a/html-test/src/Bug188.hs +++ /dev/null @@ -1,7 +0,0 @@ --- Tests that the listed order of functions grouped under a single --- type signature is preserved as in-source. Before fixing #188, it --- seems to have preserved the first function but reversed the rest. -module Bug188 where - -class A a where - f, g, h, i :: a -> () |