mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
7baf698f66
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
1/1: Building Issue1313 (Issue1313.idr)
|
|
Error: While processing right hand side of g. When unifying:
|
|
Int -> Int -> Int
|
|
and:
|
|
Int
|
|
Mismatch between: Int -> Int -> Int and Int.
|
|
|
|
Issue1313:9:17--9:18
|
|
5 |
|
|
6 | namespace Y
|
|
7 |
|
|
8 | g : Int -> Int -> Int
|
|
9 | g x y = x + f g
|
|
^
|
|
|