Learn Idris
Problem list
Playground
Login with GitHub
Map operation preserves list length
total map_preserves_length : (f : (a -> b)) -> (xs : List a) -> (length xs = length (map f xs))
Please log in; otherwise your solution and progress won't be saved
Login with GitHub
I don't want to log in, show me textarea