comparison Paper/src/DataSegment.agda.replaced @ 0:c59202657321

init
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Tue, 02 Nov 2021 06:55:58 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c59202657321
1 record ds0 : Set where
2 field
3 a : Int
4 b : Int
5
6 record ds1 : Set where
7 field
8 c : Int