summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break006.stderr
blob: 035a38f4c4583ff00b3b2ae57b1782ec4530bcb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

<interactive>:6:1:
    No instance for (Show t1) arising from a use of ‘print’
    Cannot resolve unknown runtime type ‘t1’
    Use :print or :force to determine these types
    Relevant bindings include it :: t1 (bound at <interactive>:6:1)
    Note: there are several potential instances:
      instance Show a => Show (Maybe a) -- Defined in ‘GHC.Show’
      instance Show Ordering -- Defined in ‘GHC.Show’
      instance Show Integer -- Defined in ‘GHC.Show’
      ...plus 22 others
    In a stmt of an interactive GHCi command: print it

<interactive>:8:1:
    No instance for (Show t1) arising from a use of ‘print’
    Cannot resolve unknown runtime type ‘t1’
    Use :print or :force to determine these types
    Relevant bindings include it :: t1 (bound at <interactive>:8:1)
    Note: there are several potential instances:
      instance Show a => Show (Maybe a) -- Defined in ‘GHC.Show’
      instance Show Ordering -- Defined in ‘GHC.Show’
      instance Show Integer -- Defined in ‘GHC.Show’
      ...plus 22 others
    In a stmt of an interactive GHCi command: print it