diff --git a/include/xo/jit/type2llvm.hpp b/include/xo/jit/type2llvm.hpp index 5308b082..d19ce492 100644 --- a/include/xo/jit/type2llvm.hpp +++ b/include/xo/jit/type2llvm.hpp @@ -20,7 +20,7 @@ namespace xo { **/ struct type2llvm { public: - using FunctionInterface = xo::scm::FunctionExprInterface; + using FunctionInterface = xo::scm::ProcedureExprInterface; using Lambda = xo::scm::Lambda; using TypeDescr = xo::reflect::TypeDescr;