doctest-parallel-0.1: test/integration/LocalStderrBinding/A.hs
module LocalStderrBinding.A where stderr :: Bool stderr = True stdout :: String stdout = "hello" -- | -- >>> 3 + 3 -- 6
module LocalStderrBinding.A where stderr :: Bool stderr = True stdout :: String stdout = "hello" -- | -- >>> 3 + 3 -- 6