view final_main/src/Goto.agda.replaced @ 4:12204a2c2eda

add .pdf and some section.
author ryokka
date Sun, 18 Feb 2018 21:43:41 +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