mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 22:32:19 +03:00
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
1/1: Building lammult (lammult.idr)
|
|
Error: While processing right hand side of badmap. Mismatch between: (0 _ : ?a) -> ?b and ?a -> ?b.
|
|
|
|
lammult:2:18--2:19
|
|
1 | badmap : List Int -> List Int
|
|
2 | badmap = map (\0 x => 2)
|
|
^
|
|
|