Protean-Labs / mesh

The Mesh Engine that implements the Mesh Language, a computational language for web3.
Apache License 2.0
1 stars 0 forks source link

Parsing error when using multiple arguments with PAny #59

Closed ThierryBleau closed 3 years ago

ThierryBleau commented 3 years ago
let f = (a, _) => { ... };

Gives an error

cvauclair commented 3 years ago

This is fixed in #60