view src/AgdaTypeClass.agda @ 3:b124f02ea3f1

post agda code
author soto@cr.ie.u-ryukyu.ac.jp
date Wed, 09 Sep 2020 22:07:32 +0900
parents 73127e0ab57c
children
line wrap: on
line source

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