xo-reader: bugfix: lambda_xs: supply exprstate.exs_type
This commit is contained in:
parent
8a633a4f94
commit
e9289e855e
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ namespace xo {
|
|||
|
||||
private:
|
||||
/** parsing state-machine state **/
|
||||
lambdastatetype lmxs_type_;
|
||||
lambdastatetype lmxs_type_ = lambdastatetype::lm_0;
|
||||
|
||||
/** formal parameter list **/
|
||||
std::vector<rp<Variable>> argl_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue