view Paper/src/agda/And.agda @ 14:393c839f987b default tip

DONE
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Sat, 08 Jan 2022 12:41:39 +0900 (2022-01-08)
parents c59202657321
children
line wrap: on
line source
record _∧_ (A B : Set) : Set where
  field
    p1 : A
    p2 : B