Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Software
CoPaR
Commits
a91392d6
Commit
a91392d6
authored
Dec 22, 2018
by
Hans-Peter Deifel
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix hlint warnings
parent
daa827a0
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
src/Copar/Algorithm.hs
src/Copar/Algorithm.hs
+1
-1
tests/Data/List/UtilsSpec.hs
tests/Data/List/UtilsSpec.hs
+1
-2
No files found.
src/Copar/Algorithm.hs
View file @
a91392d6
...
...
@@ -82,6 +82,6 @@ refineWithStats Proxy encoding = do
part
<-
stToIO
$
Partition
.
freeze
(
partition
state
)
size1Skipped
<-
stToIO
$
readSTRef
(
size1Count
state
)
let
stats
=
(
AlgoStatistics
initialBlocks
splitCount
initTime
refineTime
size1Skipped
)
let
stats
=
AlgoStatistics
initialBlocks
splitCount
initTime
refineTime
size1Skipped
return
(
part
,
stats
)
tests/Data/List/UtilsSpec.hs
View file @
a91392d6
...
...
@@ -5,8 +5,7 @@ import Test.Hspec
import
Data.List.Utils
spec
::
Spec
spec
=
do
deleteLargestMSpec
spec
=
deleteLargestMSpec
deleteLargestMSpec
::
Spec
deleteLargestMSpec
=
describe
"deleteLargestM"
$
do
...
...
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