view Paper/src/DataSegment.agda.replaced @ 14:393c839f987b default tip

DONE
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Sat, 08 Jan 2022 12:41:39 +0900
parents c59202657321
children
line wrap: on
line source

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

record ds1 : Set where
  field
    c : Int