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
79196f53
Commit
79196f53
authored
Feb 05, 2016
by
MARCHE Claude
Browse files
Do not warn on clone instead of use if theory contains an axiom
parent
13c0aa3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/theory.ml
View file @
79196f53
...
...
@@ -717,6 +717,7 @@ let warn_clone_not_abstract loc th =
begin
match
d
.
d_node
with
|
Dtype
{
ts_def
=
None
}
|
Dparam
_
->
raise
Exit
|
Dprop
(
Paxiom
,
_
,_
)
->
raise
Exit
|
_
->
()
end
|
_
->
()
...
...
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