Idris2/tests/idris2/perror006/expected

12 lines
170 B
Plaintext
Raw Normal View History

1/1: Building PError (PError.idr)
Error: Expected 'else'.
PError:7:1--7:2
2021-02-15 12:56:48 +03:00
3 |
4 | bar : Int -> Int
5 | bar x = if x == 95 then 0
6 |
7 | baz : Int -> Int
2021-02-15 12:56:48 +03:00
^