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
01fab6cc
Commit
01fab6cc
authored
Dec 11, 2015
by
David Hauzar
Browse files
Add the argument of Call_provers.Unknown giving the reason of answer Unknown.
parent
d4c3cfbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/coq-tactic/why3tac.ml4
View file @
01fab6cc
...
...
@@ -1285,7 +1285,7 @@ let why3tac ?(timelimit=timelimit) s gl =
match res.pr_answer with
| Valid -> admit_as_an_axiom gl
| Invalid -> error "Invalid"
| Unknown
s
-> error ("Don't know: " ^ s)
|
Call_provers.
Unknown
(s, _)
-> error ("Don't know: " ^ s)
| Call_provers.Failure s -> error ("Failure: " ^ s)
| Call_provers.Timeout -> error "Timeout"
| OutOfMemory -> error "Out Of Memory"
...
...
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