view Paper/pic/DataSegment.agda.replaced @ 1:df1552e4ac7a

add mindmap, some figs
author ryokka
date Wed, 12 Dec 2018 18:44:19 +0900
parents
children
line wrap: on
line source

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

record ds1 : Set where
  field
    c : Int