comparison Paper/pic/DataSegment.agda.replaced @ 1:bf2887cd22c1

fix Paper
author ryokka
date Fri, 13 Apr 2018 19:47:50 +0900
parents
children
comparison
equal deleted inserted replaced
0:a5facba1adbc 1:bf2887cd22c1
1 record ds0 : Set where
2 field
3 a : Int
4 b : Int
5
6 record ds1 : Set where
7 field
8 c : Int