MCPcopy Create free account
hub / github.com/Glyphack/enderpy / visit_lambda

Method visit_lambda

typechecker/src/checker.rs:565–568  ·  view source on GitHub ↗
(&mut self, _l: &Lambda)

Source from the content-addressed store, hash-verified

563 }
564
565 fn visit_lambda(&mut self, _l: &Lambda) {
566 self.visit_expr(&_l.body);
567 // todo: this can share a visit args with functions
568 }
569
570 fn visit_if_exp(&mut self, _i: &IfExp) {
571 self.visit_expr(&_i.body);

Callers 1

visit_exprMethod · 0.45

Calls 1

visit_exprMethod · 0.45

Tested by

no test coverage detected