aboutsummaryrefslogtreecommitdiffstats
path: root/src/compile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile.cpp')
-rw-r--r--src/compile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile.cpp b/src/compile.cpp
index 3918617..d525f57 100644
--- a/src/compile.cpp
+++ b/src/compile.cpp
@@ -55,7 +55,7 @@ ACall::compile(CEnv& cenv)
protT.push_back(cenv.type(*i));
AType fnT(loc);
- fnT.push_back(cenv.penv.sym("Fn"));
+ fnT.push_back(cenv.tenv.Fn);
fnT.push_back(&protT);
fnT.push_back(cenv.type(this));