Skip to content
Snippets Groups Projects
Commit e33ca0e5 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Fix testsuite wibble

..in typecheck/should_run/T7861

Was concealed behind the haddock perf noise
parent 70a45893
No related merge requests found
T7861: T7861.hs:10:5: error:
Couldn't match type ‘a’ with ‘[a]’
‘a’ is a rigid type variable bound by
the type signature for:
f :: forall a. (forall b. a) -> a
at T7861.hs:9:6
Expected type: (forall b. a) -> a
Actual type: (forall b. a) -> [a]
In the expression: doA
In an equation for ‘f’: f = doA
Relevant bindings include
f :: (forall b. a) -> a (bound at T7861.hs:10:1)
Couldn't match type ‘a’ with ‘[a]’
‘a’ is a rigid type variable bound by
the type signature for:
f :: forall a. (forall b. a) -> a
at T7861.hs:9:1-23
Expected type: (forall b. a) -> a
Actual type: (forall b. a) -> [a]
In the expression: doA
In an equation for ‘f’: f = doA
Relevant bindings include
f :: (forall b. a) -> a (bound at T7861.hs:10:1)
(deferred type error)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment