H-0.7.0.0: tests/qq-errors.ghci
:m +Control.Exception
-- Disable showing summaries of the call stack for more reproducible tests.
_ <- [r| options('showErrorCalls'=FALSE) |]
[r| plot() |]
[r| plot( |]
[r| 1+()-2 |]
:m +Control.Exception
-- Disable showing summaries of the call stack for more reproducible tests.
_ <- [r| options('showErrorCalls'=FALSE) |]
[r| plot() |]
[r| plot( |]
[r| 1+()-2 |]