Idris2/tests/idris2/perror005/expected
2021-02-15 10:35:46 +00:00

12 lines
165 B
Plaintext

1/1: Building PError (PError.idr)
Error: Expected 'in'.
PError.idr:7:1--7:2
3 |
4 | bar : Int -> Int
5 | bar x = let y = 42
6 |
7 | baz : Int -> Int
^