IxpertaSolutions / freer-effects

An implementation of "Freer Monads, More Extensible Effects".
BSD 3-Clause "New" or "Revised" License
65 stars 12 forks source link

runTrace: Output to stderr. #35

Closed shlevy closed 7 years ago

shlevy commented 7 years ago

stderr is the semantically appropriate stream for trace messages

xkollar commented 7 years ago

Hi @shlevy, Thanks for PR. Would #30 solve your problem?

shlevy commented 7 years ago

@xkollar if runTraceIO in that PR used hPutStrLn stderr it would, yes

xkollar commented 7 years ago

@shlevy: be12fd1fcffca6233c1702576bcf00e008112994 is now part of #30.

shlevy commented 7 years ago

Thanks!