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
Why3
why3
Commits
ee430035
Commit
ee430035
authored
Mar 09, 2016
by
Johannes Kanig
Browse files
follow up fix of why3tac
parent
643936c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/coq-tactic/why3tac.ml4
View file @
ee430035
...
...
@@ -1306,7 +1306,11 @@ let why3tac ?(timelimit=timelimit) s gl =
let command = String.concat " " (cp.command :: cp.extra_options) in
if debug then Format.printf "@[%a@]@\n---@." Pretty.print_task !task;
if debug then Format.printf "@[%a@]@\n---@." (Driver.print_task drv) !task;
let call = Driver.prove_task ~command ~timelimit drv !task () in
let limit =
{ Call_provers.limit_time = Some timelimit;
limit_mem = None;
limit_steps = None } in
let call = Driver.prove_task ~command ~limit drv !task () in
wait_on_call call ()
with
| NotFO ->
...
...
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