Idris2/tests/idris2/basic/basic018/expected
2023-09-07 14:57:22 +01:00

12 lines
238 B
Plaintext

1/1: Building Fin (Fin.idr)
Error: While processing right hand side of bar. Can't find an implementation for IsJust (integerToFin 8 5).
Fin:34:7--34:8
30 | foo : Fin 5
31 | foo = 3
32 |
33 | bar : Fin 5
34 | bar = 8
^