annotate paper/src/Equiv.agda @ 71:b0cfef1cd89f

Add sample source
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Mon, 06 Feb 2017 10:15:16 +0900
parents 70bea06ebdf3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
55
70bea06ebdf3 Add reasoning
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 data _≡_ {a} {A : Set a} (x : A) : A → Set a where refl : x ≡ x