mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +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
|