diff options
Diffstat (limited to 'src/GDB.hs-boot')
-rw-r--r-- | src/GDB.hs-boot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/GDB.hs-boot b/src/GDB.hs-boot new file mode 100644 index 0000000..608ba7c --- /dev/null +++ b/src/GDB.hs-boot @@ -0,0 +1,6 @@ +module GDB where + +import Output + +data GDB +gdbSession :: MonadOutput m => GDB -> m () |