view paper/src/Equiv.agda @ 109:f6d00a13f923

Add ()
author atton
date Mon, 13 Feb 2017 14:11:30 +0900
parents 70bea06ebdf3
children
line wrap: on
line source

data _≡_ {a} {A : Set a} (x : A) : A → Set a where
  refl : x ≡ x