xo-expression: fix: straggler ns fix in Lambda ctor
This commit is contained in:
parent
ca19c65b02
commit
3964f72cea
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue