aboutsummaryrefslogtreecommitdiff
path: root/html-test/src
diff options
context:
space:
mode:
authorƁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-07-21 14:49:58 +0200
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-08-21 18:22:31 +0100
commit2d9b75f5f656aecbc30410350a6e9059a78b1516 (patch)
treec887f49eff694bef6df61ac6e978408966369308 /html-test/src
parentdbe6f2ce44d28cbd0cad7e5ed3b9e1766fdae8ee (diff)
Fix tab-based indentation in instances test case.
Diffstat (limited to 'html-test/src')
-rw-r--r--html-test/src/Instances.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/html-test/src/Instances.hs b/html-test/src/Instances.hs
index 85c21754..9886fb69 100644
--- a/html-test/src/Instances.hs
+++ b/html-test/src/Instances.hs
@@ -43,13 +43,13 @@ instance Foo ((,,) a b) => Bar ((,,) a b) (a, b, a)
class Baz a where
- baz :: a -> (forall a. a -> a) -> (b, forall c. c -> a) -> (b, c)
- baz' :: b -> (forall b. b -> a) -> (forall b. b -> a) -> [(b, a)]
- baz'' :: b -> (forall b. (forall b. b -> a) -> c) -> (forall c. c -> b)
+ baz :: a -> (forall a. a -> a) -> (b, forall c. c -> a) -> (b, c)
+ baz' :: b -> (forall b. b -> a) -> (forall b. b -> a) -> [(b, a)]
+ baz'' :: b -> (forall b. (forall b. b -> a) -> c) -> (forall c. c -> b)
- baz = undefined
- baz' = undefined
- baz'' = undefined
+ baz = undefined
+ baz' = undefined
+ baz'' = undefined
instance Baz (a -> b)