mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
99687976f4
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
17 lines
323 B
Plaintext
17 lines
323 B
Plaintext
1/1: Building PError (PError.idr)
|
|
Error: Bracket is not properly closed.
|
|
|
|
PError.idr:5:17--5:18
|
|
|
|
|
5 | bar x = let y = (42 in y + x
|
|
| ^
|
|
|
|
1/1: Building PError2 (PError2.idr)
|
|
Error: Bracket is not properly closed.
|
|
|
|
PError2.idr:5:18--5:19
|
|
|
|
|
5 | bar x = let y := (42 in y + x
|
|
| ^
|
|
|