Idris2/tests/idris2/warning001/Issue1401.idr

4 lines
91 B
Idris

fstDup: (xs : List a) -> map fst (map dup xs) === xs
fstDup Nil = Refl
fstDup (x::xs) = ?a