Pop the most recent local variable.
(&mut self)
| 477 | h.update(self.ctx_id.as_bytes()); |
| 478 | self.ctx_id_stack.push(self.ctx_id); |
| 479 | self.ctx_id = h.finalize(); |
| 480 | self.ctx.push(ty); |
| 481 | self.let_vals.push(Some(val)); |
| 482 | self.num_let_bindings += 1; |
| 483 | } |
| 484 | |
| 485 | pub fn fresh_fvar_id(&mut self) -> FVarId { |
| 486 | self.env.fresh_fvar_id() |
| 487 | } |
| 488 |
no outgoing calls