summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T8155.stderr
blob: fb0ceb457b95bb58739b92a4f0933d2a51abc916 (plain)
1
2
3
4
5
6
7
8
9

T8155.hs:26:14:
    Could not deduce (Integral (BoundsOf (a -> a)))
      arising from a use of ‘buildV’
    from the context (Num a)
      bound by the instance declaration at T8155.hs:25:10-32
    In the expression: buildV
    In an equation for ‘build'’: build' = buildV
    In the instance declaration for ‘Build (a -> a)’