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

fix Paper
author ryokka
date Fri, 13 Apr 2018 19:47:50 +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