comparison final_pre/src/DataSegment.agda.replaced @ 7:28f900230c26

add final_pre
author ryokka
date Mon, 19 Feb 2018 23:32:24 +0900
parents
children
comparison
equal deleted inserted replaced
6:d927f6b3d2b3 7:28f900230c26
1 record ds0 : Set where
2 field
3 a : Int
4 b : Int
5
6 record ds1 : Set where
7 field
8 c : Int