Commit bd6bb961 authored by Aggelos Giantsios's avatar Aggelos Giantsios

Restore proper imports

parent 4f4a7cb9
...@@ -6,7 +6,7 @@ module Bench( -- sequential benchmarks ...@@ -6,7 +6,7 @@ module Bench( -- sequential benchmarks
, dist, dist_seq , dist, dist_seq
) where ) where
import Control.Distributed.Process import Control.Distributed.Process (Process, ProcessId, NodeId)
import Data.List (lookup) import Data.List (lookup)
import Data.Maybe (fromMaybe) import Data.Maybe (fromMaybe)
import Prelude hiding (seq) import Prelude hiding (seq)
......
...@@ -14,7 +14,6 @@ import Table (Freq, Vertex, VTable, freq_to_stat, get_freq, ...@@ -14,7 +14,6 @@ import Table (Freq, Vertex, VTable, freq_to_stat, get_freq,
insert, is_member, new, to_list) insert, is_member, new, to_list)
import Utils (Generator, now) import Utils (Generator, now)
type SeqConf = ([Generator], Int) type SeqConf = ([Generator], Int)
type SeqStats = [(String, String)] type SeqStats = [(String, String)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment