view Paper/pic/DataSegment.agda.replaced @ 17:61117df82f51 default tip

fix
author ryokka
date Wed, 16 Jan 2019 12:42:49 +0900
parents df1552e4ac7a
children
line wrap: on
line source

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

record ds1 : Set where
  field
    c : Int