Learn Idris
Problem list
Playground
Login with GitHub
(a + b) + c = a + (b + c)
total plus_assoc : (a, b, c : Nat) -> (a + b) + c = a + (b + c)
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