view paper/src/agda-rewrite.agda @ 3:959f4b34d6f4

add final thesis
author soto
date Tue, 09 Feb 2021 18:44:53 +0900
parents
children
line wrap: on
line source

rewrite-+-comm : (x y : ℕ) → x + y ≡ y + x
rewrite-+-comm zero y rewrite (+zero {y}) = refl
rewrite-+-comm (suc x) y = ?