diff options
Diffstat (limited to 'Runnable.hs-boot')
-rw-r--r-- | Runnable.hs-boot | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Runnable.hs-boot b/Runnable.hs-boot index 3c5f8db..5d5fc18 100644 --- a/Runnable.hs-boot +++ b/Runnable.hs-boot @@ -6,6 +6,3 @@ data Runnable = forall r . (Exec r,Read r,Show r) => Run r instance Read Runnable instance Exec Runnable - - - |