This is essentially the same issue as reported in: #434
Since silently isn't thread-safe, end-users have few options here. Doctest (or doc-spec) can run output producing functions and test-them inline, so surely that technology can be ported to tasty?
In any case, would it be meaningful to add a facility to test IO () functions where their stdout acts as the test-output?
This is essentially the same issue as reported in: #434
Since
silentlyisn't thread-safe, end-users have few options here. Doctest (or doc-spec) can run output producing functions and test-them inline, so surely that technology can be ported to tasty?In any case, would it be meaningful to add a facility to test
IO ()functions where theirstdoutacts as the test-output?