summaryrefslogtreecommitdiffhomepage
path: root/src/Runnable.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runnable.hs-boot')
-rw-r--r--src/Runnable.hs-boot8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Runnable.hs-boot b/src/Runnable.hs-boot
deleted file mode 100644
index eba90e6..0000000
--- a/src/Runnable.hs-boot
+++ /dev/null
@@ -1,8 +0,0 @@
-{-# LANGUAGE ExistentialQuantification #-}
-module Runnable where
-import Commands
-
-data Runnable = forall r . (Exec r,Read r,Show r) => Run r
-
-instance Read Runnable
-instance Exec Runnable