Hey! I'm having a look at the `accumulating` dsl, ...
# arrow-contributors
y
Hey! I'm having a look at the
accumulating
dsl, trying to clean things up and perhaps do a bit more reunification. Is there a reason why
Value
isn't a
value class
that uses
EmptyValue
or something under the hood? I'm guessing it's for simplicity or to prevent ABI explosion, is that right?
a
I'm not a fan of the `Result-`like approach of a value +
EmptyValue
, but I have not problem in changing them, if this doesn't make the API more difficult