Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software
CoPaR
Commits
17633d3c
Commit
17633d3c
authored
Oct 13, 2020
by
Bastian Kauschke
Browse files
force evaluation of minimize
parent
b7bead21
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/Main.hs
View file @
17633d3c
...
...
@@ -611,8 +611,8 @@ main = do
part
<-
withTimeStat
stats
"refine-duration"
(
stToIO
$
refine
(
Proxy
::
Proxy
(
Desorted
SomeFunctor
))
encoding
(
minimizeEnableOpt
r
))
(
encoding'
,
symbolTable'
)
<-
withTimeStat
stats
"minimize-duration"
(
return
$
minimize
f
encoding
symbolTable
part
)
(
encoding'
,
symbolTable'
)
<-
withTimeStat
stats
"minimize-duration"
$
evaluate
(
minimize
f
encoding
symbolTable
part
)
withTimeStat
stats
"output-duration"
$
do
T
.
putStrLn
$
printParseableFunctor
f
...
...
Write
Preview
Supports
Markdown
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