view paper/src/MetaMetaDataSegment.agda @ 69:bda11534296f

Update pdf
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sat, 04 Feb 2017 16:34:14 +0900
parents 6d8825f3b051
children ebe838b83ada
line wrap: on
line source

...
open import subtype Context as N

record Meta : Set where
  field
    context : Context
    c'      : Int
    next    : N.CodeSegment Context Context

open import subtype Meta as M
...