Mercurial > hg > Papers > 2020 > ryokka-master
view paper/src/MetaMetaDataSegment.agda.replaced @ 11:831316a767e8
add hoare figure
author | ryokka |
---|---|
date | Mon, 10 Feb 2020 14:20:21 +0900 |
parents | c7acb9211784 |
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 -- 以下よりメタメタレベルのプログラムを記述できる