annotate paper/src/DataSegment.agda @ 69:bda11534296f

Update pdf
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sat, 04 Feb 2017 16:34:14 +0900
parents 68bf744d726e
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