Idris2/tests/idris2/basic018/expected

12 lines
238 B
Plaintext
Raw Normal View History

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
2021-02-11 20:24:26 +03:00
30 | foo : Fin 5
31 | foo = 3
32 |
33 | bar : Fin 5
2020-07-22 22:16:43 +03:00
34 | bar = 8
2021-02-11 20:24:26 +03:00
^