Commit 06347782 by 雾雨魔理沙 Committed by Tianqi Chen

Update let_list.h (#2987)

parent bb87f044
...@@ -81,7 +81,7 @@ class LetList { ...@@ -81,7 +81,7 @@ class LetList {
* \return a Var that hold the inserted expr. * \return a Var that hold the inserted expr.
*/ */
Var Push(Expr expr) { Var Push(Expr expr) {
return Push(IncompleteTypeNode::make(Kind::kType), expr); return Push(Type(), expr);
} }
/*! /*!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment