blob: 39a6b481393394321cd5e30aeb969f6cb9a0187d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
arrowfail003.hs:8:7:
The arrow command
returnA -< []
was found where an expression was expected
In the expression: returnA -< []
In an equation for `foo': foo = returnA -< []
arrowfail003.hs:9:7:
The arrow command
(|zeroArrow |)
was found where an expression was expected
In the expression: (|zeroArrow |)
In an equation for `bar': bar = (|zeroArrow |)
|