Closed quinnj closed 3 years ago
The Parsers.xparse contract changed from the v1.0 -> v2.0 release. It now returns a Parsers.Result{T} object that includes the code and val fields.
Parsers.xparse
Parsers.Result{T}
code
val
Thanks Jacob, much appreciated!
The
Parsers.xparse
contract changed from the v1.0 -> v2.0 release. It now returns aParsers.Result{T}
object that includes thecode
andval
fields.