view Paper/src/agda-rewrite.agda @ 1:a72446879486

Init paper
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Thu, 12 Jan 2023 20:28:50 +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 = ?