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

LinearSequenceExpr.hs:7:3: error: [GHC-18872]
    • 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: [GHC-18872]
    • Couldn't match type ‘'Many’ with ‘'One’
        arising from multiplicity of ‘y’
    • In an equation for ‘f’: f x y = [x .. y]