summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T7410.stderr
blob: ae45c885b78fe9053bad26d78241a8fa0c970ae4 (plain)
1
2
3
4
5

T7410.hs:3:9: error: [GHC-83865]
    • Expecting one more argument to ‘Either Int’
      Expected a type, but ‘Either Int’ has kind ‘* -> *’
    • In the type signature: foo :: (Either Int, Int)