summaryrefslogtreecommitdiff
path: root/src/GDB.hs-boot
blob: 608ba7c597f6d585285a9aba89fe4e246f34f46e (plain)
1
2
3
4
5
6
module GDB where

import Output

data GDB
gdbSession :: MonadOutput m => GDB -> m ()