Hi!
I'm using collect in a Property, together with cover.
The scale bar produced by cover is duplicated at each invocation of collect, producing that little artifact you can see at the end of the example.
I was wondering if it wouldn't be better to .. collect all examples somewhere like in an IORef and visualize them at the end of the run instead.
⚠ all examples filtered by isOK are correct + total 90% ██████████████████·· ✗ 100%
{True}
v4 = v0
v5 = v0
v4 = v3 - 3 + v4 - v5 - 9 + v3 + 7 + 7
v5 = v5 - v3 + v4 + v3 + 7 - v5
v4 = 9 + v4 + 14 + 9 - v4 - v4 + 10 - 0 - v4 + v5 - 6 + v3
v3 = 0
{v5 < 0}
1% ▏···················
Hi!
I'm using
collectin aProperty, together withcover.The scale bar produced by
coveris duplicated at each invocation ofcollect, producing that little artifact you can see at the end of the example.I was wondering if it wouldn't be better to .. collect all examples somewhere like in an IORef and visualize them at the end of the run instead.