From 3c90a7b44b6a71bd83ce4710e52e8f7c693d8b37 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Fri, 28 Sep 2007 14:02:55 +0200 Subject: Removed unused rate method darcs-hash:20070928120255-d6583-bf1802546a757c7e208795c77be5250ce628e200.gz --- Runnable.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Runnable.hs') diff --git a/Runnable.hs b/Runnable.hs index bc78198..f1bb16b 100644 --- a/Runnable.hs +++ b/Runnable.hs @@ -31,7 +31,6 @@ data Runnable = forall r . (Exec r, Read r, Show r) => Run r instance Exec Runnable where start (Run a) = start a - rate (Run a) = rate a alias (Run a) = alias a instance Show Runnable where -- cgit v1.2.3