summaryrefslogtreecommitdiff
path: root/src/GDB.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/GDB.hs-boot')
-rw-r--r--src/GDB.hs-boot6
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 ()