Closed fponticelli closed 8 years ago
LGTM :+1:
I think the use of Functions.identity rather than passing in the error converter makes sense in general, since the simple parse functions assume VNel<String, T> too.
Functions.identity
VNel<String, T>
LGTM :+1:
I think the use of
Functions.identity
rather than passing in the error converter makes sense in general, since the simple parse functions assumeVNel<String, T>
too.