summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail133.stderr
blob: 3c6028b3625650f22b6a0143a06b998274848900 (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
25
26
27
28

tcfail133.hs:2:61: warning: [GHC-53692] [-Wdeprecated-flags (in -Wdefault)]
    -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.

tcfail133.hs:70:7: error: [GHC-39999]
    • Ambiguous type variable ‘a0’ arising from a use of ‘show’
      prevents the constraint ‘(Show a0)’ from being solved.
      Probable fix: use a type annotation to specify what ‘a0’ should be.
      Potentially matching instances:
        instance Show Ordering -- Defined in ‘GHC.Show’
        instance (Number a, Digit b, Show a, Show b) => Show (a :@ b)
          -- Defined at tcfail133.hs:11:54
        ...plus 28 others
        ...plus 13 instances involving out-of-scope types
        (use -fprint-potential-instances to see them all)
    • In the first argument of ‘($)’, namely ‘show’
      In the expression: show $ add (One :@ Zero) (One :@ One)
      In an equation for ‘foo’:
          foo = show $ add (One :@ Zero) (One :@ One)

tcfail133.hs:70:14: error: [GHC-39999]
    • No instance for ‘AddDigit (Zero :@ (One :@ One)) One a0’
        arising from a use of ‘add’
    • In the second argument of ‘($)’, namely
        ‘add (One :@ Zero) (One :@ One)’
      In the expression: show $ add (One :@ Zero) (One :@ One)
      In an equation for ‘foo’:
          foo = show $ add (One :@ Zero) (One :@ One)