Mercurial > hg > Papers > 2017 > atton-master
view paper/src/MetaMetaDataSegment.agda @ 127:7903c02fe686
Update
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 16 Feb 2017 13:49:07 +0900 |
parents | ebe838b83ada |
children |
line wrap: on
line source
-- 上で各 DataSegement の定義を行なっているとする open import subtype Context as N -- Meta Datasegment を定義 -- Meta DataSegment を持つ Meta Meta DataSegment を定義できる record Meta : Set where field context : Context c' : Int next : N.CodeSegment Context Context open import subtype Meta as M -- 以下よりメタメタレベルのプログラムを記述できる