aboutsummaryrefslogtreecommitdiff
path: root/hypsrc-test/src/Classes.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hypsrc-test/src/Classes.hs')
-rw-r--r--hypsrc-test/src/Classes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypsrc-test/src/Classes.hs b/hypsrc-test/src/Classes.hs
index bddb9939..b3c3f785 100644
--- a/hypsrc-test/src/Classes.hs
+++ b/hypsrc-test/src/Classes.hs
@@ -16,7 +16,7 @@ instance Foo [a] where
class Foo a => Foo' a where
quux :: (a, a) -> a
- quux (x, y) = norf [x, y]
+ quux (x, y) = norf [x, y]
norf :: [a] -> a
norf = quux . baz . sum . map bar