Skip to content
GitLab
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
7c1e9071
Commit
7c1e9071
authored
Mar 21, 2017
by
MARCHE Claude
Browse files
avoid detection failure in presence of unknown prover
parent
78f5354b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/driver/autodetection.ml
View file @
7c1e9071
...
...
@@ -309,7 +309,9 @@ let add_prover_shortcuts env prover =
let
add_id_prover_shortcut
env
id
prover
priority
=
match
Hstr
.
find_opt
env
.
prover_shortcuts
id
with
|
Some
(
p
,_
)
when
p
>=
priority
->
()
(*
| Some _ -> assert false
*)
|
_
->
Hstr
.
replace
env
.
prover_shortcuts
id
(
priority
,
prover
)
let
prover_auto_levels
=
Hprover
.
create
5
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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