diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-07-07 23:58:52 +0100 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-07-07 23:58:52 +0100 |
commit | 06e675167cc217d5346d706e0d52af0726710e3d (patch) | |
tree | 76e3acb30000b6165d6fa977d1522248337f420e /hypsrc-test/src | |
parent | d5298da5a2198280347bed9207143e79f44e86ec (diff) |
Delete trailing whitespace
Diffstat (limited to 'hypsrc-test/src')
-rw-r--r-- | hypsrc-test/src/Classes.hs | 2 |
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 |