view Paper/pic/Goto.agda.replaced @ 1:df1552e4ac7a

add mindmap, some figs
author ryokka
date Wed, 12 Dec 2018 18:44:19 +0900
parents
children
line wrap: on
line source

goto : {l1 l2 : Level} {I : Set l1} {O : Set l2}
   @$\rightarrow$@ CodeSegment I O @$\rightarrow$@ I @$\rightarrow$@ O
goto (cs b) i = b i