From a5f0062f48fba018e7de8b5a3c0799381e535572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 20 Dec 2022 21:21:30 +0100 Subject: Move TestRun monad and related types to separate module --- src/GDB.hs-boot | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/GDB.hs-boot (limited to 'src/GDB.hs-boot') 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 () -- cgit v1.2.3