summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/T14479.stderr
blob: 84ba90a572a919cec2823962e22196303fcc9773 (plain)
1
2
3
4
5
6
7
8
9
10

T14479.hs:9:5: error:
    • Can't quantify over ‘b’
        bound by the partial type signature: g :: forall b. Num b => _ -> b
    • In an equation for ‘foo’:
          foo xxx
            = g xxx
            where
                g :: forall b. Num b => _ -> b
                g y = xxx + y