view Paper/src/cong.agda @ 32:4915eaa51ee0 default tip

Add front
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Thu, 23 Feb 2023 18:39:56 +0900
parents a72446879486
children
line wrap: on
line source

cong : ∀ (f : A → B) {x y} → x ≡ y → f x ≡ f y
cong f refl = refl