summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/LinearSequenceExpr.stderr
blob: a3fdb4d7dff69223aea09d0563ba4c57908fe6e3 (plain)
1
2
3
4
5
6
7
8
9
10

LinearSequenceExpr.hs:7:3: error:
    • Couldn't match type ‘'Many’ with ‘'One’
        arising from multiplicity of ‘x’
    • In an equation for ‘f’: f x y = [x .. y]

LinearSequenceExpr.hs:7:5: error:
    • Couldn't match type ‘'Many’ with ‘'One’
        arising from multiplicity of ‘y’
    • In an equation for ‘f’: f x y = [x .. y]