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

LinearLet.hs:5:3: error: [GHC-18872]
    • 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)