Mercurial > hg > Papers > 2018 > nozomi-master
diff paper/src/MetaMetaDataSegment.agda @ 63:6d8825f3b051
Add example of meta code segment execution
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 03 Feb 2017 11:59:41 +0900 |
parents | |
children | ebe838b83ada |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper/src/MetaMetaDataSegment.agda Fri Feb 03 11:59:41 2017 +0900 @@ -0,0 +1,11 @@ +... +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 +...