summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/LinearLet.stderr
blob: 3b94833d7ea517f71753e226ad175bf18e11c5f8 (plain)
1
2
3
4
5

LinearLet.hs:5:3: error:
    • Couldn't match type ‘'Many’ with ‘'One’
        arising from multiplicity of ‘x’
    • In an equation for ‘f’: f x = let y = x in (y, y)