aboutsummaryrefslogtreecommitdiffstats
path: root/src/depoly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/depoly.cpp')
-rw-r--r--src/depoly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depoly.cpp b/src/depoly.cpp
index c6de0c1..0ee89c1 100644
--- a/src/depoly.cpp
+++ b/src/depoly.cpp
@@ -112,7 +112,7 @@ resp_depoly(CEnv& cenv, Code& code, const AST* ast) throw()
const ATuple* const call = ast->as_tuple();
const ASymbol* const sym = call->fst()->to_symbol();
const std::string form = sym ? sym->sym() : "";
- assert(form != "fn");
+ assert(form != "lambda");
if (form == "quote")
return ast;
else if (form == "def-type")