Is traceIO unnecessarily specialised to the IO monad?

Isaac Dupree ml at isaac.cedarswampstudios.org
Tue Jan 22 00:31:19 CET 2013


On 01/21/2013 05:40 PM, Roman Cheplyaka wrote:
> While we're at it, the trace functions I miss are
>
>    \x -> trace x x
>
> and
>
>    \x -> trace (show x) x

I've defined those two trace functions for debugging my own code as well.
-Isaac




More information about the Libraries mailing list