view 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
line wrap: on
line source

record ds0 : Set where
  field
    a : Int
    b : Int

record ds1 : Set where
  field
    c : Int