Idris2/tests/idris2/namespace002/expected
Guillaume ALLAIS 4a9f00078a [ close #1313 ] test case
This was fixed by, I believe, the addition of `withExtendedNS` in #1342
2021-08-20 16:47:59 +01:00

13 lines
299 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
^