Mercurial > hg > Papers > 2018 > nozomi-master
view paper/src/Exec.agda @ 109:f6d00a13f923
Add ()
author | atton |
---|---|
date | Mon, 13 Feb 2017 14:11:30 +0900 |
parents | 6d8825f3b051 |
children |
line wrap: on
line source
exec : {l1 l2 : Level} {I : Set l1} {O : Set l2} {{_ : DataSegment I}} {{_ : DataSegment O}} -> CodeSegment I O -> Context -> Context exec {l} {{i}} {{o}} (cs b) c = set o c (b (get i c))