Mercurial > hg > Papers > 2017 > atton-master
view paper/src/DataSegment.agda @ 58:68bf744d726e
Writing cs/ds in agda
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Feb 2017 14:52:01 +0900 |
parents | |
children |
line wrap: on
line source
record ds0 : Set where field a : Int b : Int record ds1 : Set where field c : Int