Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-orbit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Katerina Roukounaki
cloud-orbit
Commits
bd6bb961
Commit
bd6bb961
authored
Nov 19, 2014
by
Aggelos Giantsios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore proper imports
parent
4f4a7cb9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Bench.hs
Bench.hs
+1
-1
Sequential.hs
Sequential.hs
+0
-1
No files found.
Bench.hs
View file @
bd6bb961
...
...
@@ -6,7 +6,7 @@ module Bench( -- sequential benchmarks
,
dist
,
dist_seq
)
where
import
Control.Distributed.Process
import
Control.Distributed.Process
(
Process
,
ProcessId
,
NodeId
)
import
Data.List
(
lookup
)
import
Data.Maybe
(
fromMaybe
)
import
Prelude
hiding
(
seq
)
...
...
Sequential.hs
View file @
bd6bb961
...
...
@@ -14,7 +14,6 @@ import Table (Freq, Vertex, VTable, freq_to_stat, get_freq,
insert
,
is_member
,
new
,
to_list
)
import
Utils
(
Generator
,
now
)
type
SeqConf
=
([
Generator
],
Int
)
type
SeqStats
=
[(
String
,
String
)]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment