mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
1/1: Building PError (PError.idr)
|
|
Error: Expected 'else'.
|
|
|
|
PError.idr:7:1--7:2
|
|
3 |
|
|
4 | bar : Int -> Int
|
|
5 | bar x = if x == 95 then 0
|
|
6 |
|
|
7 | baz : Int -> Int
|
|
^
|
|
|