Skip to content

Commit

Permalink
Fix related bug to 651
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Apr 18, 2024
1 parent 9bf815e commit b6f0593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/passes/structure.cc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace verona
<< (Block << (Expr << (Default << _[Expr])));
},

In(Params) * (!T(Param))[Param] >>
In(Params) * (!T(Param, Error))[Param] >>
[](Match& _) { return err(_(Param), "Expected a parameter"); },

// Use.
Expand Down

0 comments on commit b6f0593

Please sign in to comment.