diff options
author | joe <joe@jerkface.net> | 2018-06-22 21:17:22 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-22 21:17:22 -0400 |
commit | f5f854c8144dc29086928a94b2ea86cfae0d0557 (patch) | |
tree | 5a7daccc1be66375edd35b238f348129f540b146 /PingMachine.hs | |
parent | 6f040764654640730d3f832cf4e41174562718fb (diff) |
Removed redundant imports and other clean up.
Diffstat (limited to 'PingMachine.hs')
-rw-r--r-- | PingMachine.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PingMachine.hs b/PingMachine.hs index 4a1cb008..ccf5b1d3 100644 --- a/PingMachine.hs +++ b/PingMachine.hs | |||
@@ -2,7 +2,6 @@ | |||
2 | {-# LANGUAGE TupleSections #-} | 2 | {-# LANGUAGE TupleSections #-} |
3 | module PingMachine where | 3 | module PingMachine where |
4 | 4 | ||
5 | import Control.Applicative | ||
6 | import Control.Monad | 5 | import Control.Monad |
7 | import Data.Function | 6 | import Data.Function |
8 | #ifdef THREAD_DEBUG | 7 | #ifdef THREAD_DEBUG |