Idris2/tests/idris2/warning/warning001/Issue1401.idr
2023-09-07 14:57:22 +01:00

4 lines
91 B
Idris

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