view paper/src/Goto.agda @ 90:f535393e4043

Add figure meta-hierarchy
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Thu, 09 Feb 2017 18:30:02 +0900
parents ecd3a1e40921
children
line wrap: on
line source

goto : {l1 l2 : Level} {I : Set l1} {O : Set l2}
   -> CodeSegment I O -> I -> O
goto (cs b) i = b i