summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T12522a.stderr
blob: 7fc4787a5ccd27bf2f9240f556de7645a4b203b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

T12522a.hs:23:26: error:
    • Ambiguous type variable ‘a0’ arising from a use of ‘show’
      prevents the constraint ‘(Show a0)’ from being solved.
      Relevant bindings include
        n :: a0 (bound at T12522a.hs:23:15)
        test :: Uncurried '[a0, [Char]] [Char] (bound at T12522a.hs:23:1)
      Probable fix: use a type annotation to specify what ‘a0’ should be.
      These potential instances exist:
        instance Show Ordering -- Defined in ‘GHC.Show’
        instance Show a => Show (Maybe a) -- Defined in ‘GHC.Show’
        instance Show Integer -- Defined in ‘GHC.Show’
        ...plus N others
        ...plus N instances involving out-of-scope types
        (use -fprint-potential-instances to see them all)
    • In the first argument of ‘(++)’, namely ‘show n’
      In the second argument of ‘($)’, namely ‘show n ++ s’
      In the expression: I $ show n ++ s