diff options
Diffstat (limited to 'Runnable.hs-boot')
-rw-r--r-- | Runnable.hs-boot | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Runnable.hs-boot b/Runnable.hs-boot deleted file mode 100644 index eba90e6..0000000 --- a/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 |