summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T9140.stdout
blob: 29219a2312594c536c123e2ac3575b12a0d66f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

<interactive>:2:5: error: [GHC-20036]
    You can't mix polymorphic and unlifted bindings: a = (# 1 #)
    Suggested fix: Add a type signature.

<interactive>:3:5: error: [GHC-20036]
    You can't mix polymorphic and unlifted bindings: a = (# 1, 3 #)
    Suggested fix: Add a type signature.

<interactive>:1:1: error: [GHC-17999]
    GHCi can't bind a variable of unlifted type:
      a :: (# Integer, Integer #)