view paper/src/DataSegment.agda @ 127:7903c02fe686

Update
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Thu, 16 Feb 2017 13:49:07 +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