Idris2/tests/idris2/reg017/expected

9 lines
246 B
Plaintext
Raw Normal View History

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
2021-02-11 20:24:26 +03:00
1 | badmap : List Int -> List Int
2020-07-22 22:16:43 +03:00
2 | badmap = map (\0 x => 2)
2021-02-11 20:24:26 +03:00
^