view final_main/src/DataSegment.agda @ 5:eafc166804f3

fix Capter4.2,5,1
author ryokka
date Mon, 19 Feb 2018 18:44:59 +0900 (2018-02-19)
parents 93d26c4576d3
children
line wrap: on
line source
record ds0 : Set where
  field
    a : Int
    b : Int

record ds1 : Set where
  field
    c : Int