view Paper/src/Equiv.agda @ 1:a72446879486

Init paper
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Thu, 12 Jan 2023 20:28:50 +0900 (2023-01-12)
parents
children
line wrap: on
line source
data _≡_ {a} {A : Set a} (x : A) : A → Set a where
  refl : x ≡ x