diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-16 20:47:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-16 20:47:48 -0400 |
commit | 5000aba76e6f066fd310d9635ea4369f07684b86 (patch) | |
tree | 08030b2b98586aeafadbc565c7aef02735e51d2c /Command.hs | |
parent | 354c5f349bcd8c43b45191983dce4a6c7489e9ed (diff) |
avoid namespace conflict
Diffstat (limited to 'Command.hs')
-rw-r--r-- | Command.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Command.hs b/Command.hs index 02bbd29d4..d3c1640ee 100644 --- a/Command.hs +++ b/Command.hs @@ -178,8 +178,6 @@ withKeys :: CommandSeekKeys withKeys a params = return $ map (a . parse) params where parse p = fromMaybe (error "bad key") $ readKey p -withTempFile :: CommandSeekStrings -withTempFile a params = return $ map a params withNothing :: CommandSeekNothing withNothing a [] = return [a] withNothing _ _ = error "This command takes no parameters." |