summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T15325.stderr
blob: e7c6c8fc6770471635e1ebd880e1176f5ffff939 (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

T15325.hs:11:7: warning: [-Wdeferred-type-errors (in -Wdefault)]
    • No instance for ‘PolyList e0’ arising from a use of ‘f’
    • In the expression: f 0
      In an equation for ‘plh’: plh = f 0

T15325.hs:11:9: warning: [-Wdeferred-type-errors (in -Wdefault)]
    • Ambiguous type variable ‘e0’ arising from the literal ‘0’
      prevents the constraint ‘(Num e0)’ from being solved.
      Probable fix: use a type annotation to specify what ‘e0’ should be.
      Potentially matching instances:
        instance Num Integer -- Defined in ‘GHC.Num’
        instance Num Double -- Defined in ‘GHC.Float’
        ...plus three others
        ...plus one instance involving out-of-scope types
        (use -fprint-potential-instances to see them all)
    • In the first argument of ‘f’, namely ‘0’
      In the expression: f 0
      In an equation for ‘plh’: plh = f 0
*** Exception: T15325.hs:11:7: error:
    • No instance for ‘PolyList e0’ arising from a use of ‘f’
    • In the expression: f 0
      In an equation for ‘plh’: plh = f 0
(deferred type error)