blob: 02fe1a4572a0dfc0d76e5ee4e82a77526674980e (
plain)
1
2
3
4
5
6
7
8
|
arrowfail003.hs:8:7: error: [GHC-66043]
Arrow command found where an expression was expected:
returnA -< []
arrowfail003.hs:9:7: error: [GHC-66043]
Arrow command found where an expression was expected:
(| zeroArrow |)
|