summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/ghci/p16.stderr
blob: 33602c70a52557f93047acc42d8a55b5754c5858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

<no location info>: Warning:
    -XGeneralizedNewtypeDeriving is not allowed in Safe Haskell; ignoring -XGeneralizedNewtypeDeriving

<interactive>:16:29:
    Can't make a derived instance of `Op T2':
      `Op' is not a derivable class
      Try -XGeneralizedNewtypeDeriving for GHC's newtype-deriving extension
    In the newtype declaration for `T2'

<interactive>:19:9:
    Not in scope: data constructor `T2'
    Perhaps you meant `T1' (line 13)

<interactive>:22:4: Not in scope: `y'