Learn Idris
Problem list
Playground
Login with GitHub
length (xs ++ ys) = length xs + length ys
total list_length_add : (xs, ys : List a) -> (length (xs ++ ys) = length xs + length ys)
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