xo-expression: fix: straggler ns fix in Lambda ctor

This commit is contained in:
Roland Conybeare 2024-08-05 15:10:14 -04:00
commit 3964f72cea

View file

@ -124,7 +124,7 @@ namespace xo {
Lambda::Lambda(const std::string & name,
TypeDescr lambda_type,
const rp<LocalEnv> & local_env,
const ref::rp<Expression> & body)
const rp<Expression> & body)
: FunctionInterface(exprtype::lambda, lambda_type),
name_{name},
body_{body},