xo-expression: + ptr to originating lambda

This commit is contained in:
Roland Conybeare 2024-07-02 14:19:57 -04:00
commit bf60c704da
3 changed files with 32 additions and 11 deletions

View file

@ -44,11 +44,6 @@ namespace xo {
virtual void attach_envs(ref::brw<Environment> /*p*/) override {}
#ifdef NOT_USING
virtual std::int32_t find_free_vars(std::set<ref::brw<Variable>> * p_set) override {
}
#endif
virtual void display(std::ostream & os) const override;
private: