Idris2/tests/idris2/reg017/expected
Giuseppe Lomurno e9d46a2650 Fixed tests
2020-06-11 22:46:36 +02:00

12 lines
278 B
Plaintext

1/1: Building lammult (lammult.idr)
lammult.idr:2:15--2:24:While processing right hand side of badmap at lammult.idr:2:1--3:1:
When unifying (0 _ : ?a) -> ?b and ?a -> ?b
Mismatch between:
(0 _ : ?a) -> ?b
and
?a -> ?b
at:
2 badmap = map (\0 x => 2)
^^^^^^^^^