How about a toString() function that would return something like this:
combineAsArray([constant(a),constant(b)])
or
take(merge(later(1, "lol"), later(2, "wat")), 1)
A quick implementation exists at 30ae4aa. And when I say quick I mean that all tests for toString are missing at the moment.
How about a
toString()function that would return something like this:or
A quick implementation exists at 30ae4aa. And when I say quick I mean that all tests for toString are missing at the moment.