diff options
Diffstat (limited to 'hypsrc-test')
-rw-r--r-- | hypsrc-test/ref/src/Classes.html | 2 | ||||
-rw-r--r-- | hypsrc-test/src/Classes.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hypsrc-test/ref/src/Classes.html b/hypsrc-test/ref/src/Classes.html index a5a3d243..13c8389a 100644 --- a/hypsrc-test/ref/src/Classes.html +++ b/hypsrc-test/ref/src/Classes.html @@ -408,7 +408,7 @@ ><span class="hs-special" >]</span ><span class="" - > + > </span ><a name="norf" 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 |