Comment by qprofyeh 11 hours ago @OP perhaps there’s a comparison bug in withdraw(): if (a.balance <= amount) 1 comment qprofyeh Reply kubanczyk 10 hours ago I've caught unbalanced parens: forkIO (atomically (transfer req.from req.to req.amount)
kubanczyk 10 hours ago I've caught unbalanced parens: forkIO (atomically (transfer req.from req.to req.amount)
I've caught unbalanced parens: