Mercurial > hg > Papers > 2020 > ryokka-master
view paper/src/MetaMetaDataSegment.agda.replaced @ 2:c7acb9211784
add code, figure. and paper fix content
author | ryokka |
---|---|
date | Mon, 27 Jan 2020 20:41:36 +0900 |
parents | |
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 -- 以下よりメタメタレベルのプログラムを記述できる