Searched defs:while_loop (Results 1 – 2 of 2) sorted by relevance
10 fn while_loop(c: bool) { in while_loop() function
32 def while_loop(cond_fun, body_fun, init_val): function