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
435f5b25
Commit
435f5b25
authored
May 10, 2017
by
Sylvain Dailler
Browse files
inplace comments.
parent
ccbc7d89
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/driver/call_provers.mli
View file @
435f5b25
...
...
@@ -139,6 +139,9 @@ val call_on_file :
printer_mapping
:
Printer
.
printer_mapping
->
?
inplace
:
bool
->
string
->
prover_call
(* inplace=true is used to make a save of the file on which the prover was
called. It is renamed as %f.save if the command [actualcommand] fails *)
val
call_on_buffer
:
command
:
string
->
...
...
@@ -156,7 +159,11 @@ val call_on_buffer :
@param res_parser : prover result parser
@param filename : the suffix of the proof task's file, if the prover
doesn't accept stdin. *)
doesn't accept stdin.
@param inplace : it is used to make a save of the file on which the
prover was called. It is renamed as %f.save if inplace=true and the command
[actualcommand] fails *)
type
prover_update
=
|
NoUpdates
...
...
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