view paper/src/AgdaTypeClass.agda @ 52:fb42478e4c96

Writing agda description
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Tue, 31 Jan 2017 16:41:36 +0900
parents
children
line wrap: on
line source

record Eq (A : Set) : Set where
  field
    _==_ : A -> A -> Bool