view paper/src/Goto.agda @ 109:f6d00a13f923

Add ()
author atton
date Mon, 13 Feb 2017 14:11:30 +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