Idris2/tests/idris2/reg/reg017/lammult.idr
2023-09-07 14:57:22 +01:00

3 lines
55 B
Idris

badmap : List Int -> List Int
badmap = map (\0 x => 2)