annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
68bf744d726e Writing cs/ds in agda
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 record ds0 : Set where
68bf744d726e Writing cs/ds in agda
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 field
68bf744d726e Writing cs/ds in agda
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 a : Int
68bf744d726e Writing cs/ds in agda
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 b : Int
68bf744d726e Writing cs/ds in agda
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5
68bf744d726e Writing cs/ds in agda
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 record ds1 : Set where
68bf744d726e Writing cs/ds in agda
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 field
68bf744d726e Writing cs/ds in agda
atton <atton@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 c : Int