view Paper/src/while_loop_impl/while_loop_c.agda.replaced @ 5:339fb67b4375

INIT rbt.agda
author soto <soto@cr.ie.u-ryukyu.ac.jp>
date Sun, 07 Nov 2021 00:51:16 +0900
parents 9176dff8f38a
children
line wrap: on
line source

whileLoopC : !$\mathbb{N}$! !$\rightarrow$! Env
whileLoopC n = whileTest n (!$\lambda$! env !$\rightarrow$! whileLoop env (!$\lambda$! env1 !$\rightarrow$! env1 ))