mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
12 lines
278 B
Plaintext
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)
|
|
^^^^^^^^^
|
|
|