Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
8fc6fcff
Commit
8fc6fcff
authored
Jul 01, 2011
by
MARCHE Claude
Browse files
fixed CHANGES
check if driver failed to load in use_api.ml
parent
75f9e888
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
8fc6fcff
...
...
@@ -2,8 +2,10 @@
o WhyML with mutable record fields and type models
o why3replayer
* "
logic" is not a keyword anymore, use "function" and "predicate
"
* "
parameter" keyword renamed to "val
"
* new syntax for conjunction (/\) and disjunction (\/)
("and" and "or" do not exist anymore)
* "logic" is not a keyword anymore, use "function" and "predicate"
* functions to create an environment are now exported from Env
o [IDE] bug 12244 resolved by using Task.task_equal
o fixed Alt-ergo output: no triggers for "exists" quantifier
...
...
examples/use_api.ml
View file @
8fc6fcff
...
...
@@ -89,7 +89,12 @@ let env : Env.env =
(* loading the Alt-Ergo driver *)
let
alt_ergo_driver
:
Driver
.
driver
=
try
Driver
.
load_driver
env
alt_ergo
.
Whyconf
.
driver
with
e
->
eprintf
"Failed to load driver for alt-ergo: %a@."
Exn_printer
.
exn_printer
e
;
exit
1
(* call Alt-Ergo *)
let
result1
:
Call_provers
.
prover_result
=
...
...
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