mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 22:32:19 +03:00
4 lines
91 B
Idris
4 lines
91 B
Idris
fstDup: (xs : List a) -> map fst (map dup xs) === xs
|
|
fstDup Nil = Refl
|
|
fstDup (x::xs) = ?a
|