summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/ghci/p15.stderr
blob: 19684b3937a9b2c4bd52d8bbd2f2d7f855bc6d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

Top level: Warning:
    Module ‘Data.OldTypeable’ is deprecated: Use Data.Typeable instead

<interactive>:10:36: Warning:
    In the use of type constructor or class ‘Typeable’
    (imported from Data.OldTypeable, but defined in Data.OldTypeable.Internal):
    Deprecated: "Use Data.Typeable.Internal instead"

<interactive>:14:10:
    Can't create hand written instances of Typeable in Safe Haskell! Can only derive them

<interactive>:22:22:
    No instance for (Typeable G) arising from a use of ‘cast’
    In the expression: (cast y) :: Maybe H
    In a pattern binding: (Just y_as_H) = (cast y) :: Maybe H

<interactive>:23:1: Not in scope: ‘y_as_H’