diff options
Diffstat (limited to 'html-test/src')
| -rw-r--r-- | html-test/src/Instances.hs | 12 | 
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) | 
