view Paper/src/cong.agda @ 14:393c839f987b default tip

DONE
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Sat, 08 Jan 2022 12:41:39 +0900
parents c59202657321
children
line wrap: on
line source

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