Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
28dc54e9
Commit
28dc54e9
authored
9 years ago
by
Martin Clochard
Browse files
Options
Downloads
Patches
Plain Diff
detect_polymorphism: must consider the return type of logic symbols
parent
713e9bd0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/transform/detect_polymorphism.ml
+1
-1
1 addition, 1 deletion
src/transform/detect_polymorphism.ml
with
1 addition
and
1 deletion
src/transform/detect_polymorphism.ml
+
1
−
1
View file @
28dc54e9
...
...
@@ -50,7 +50,7 @@ let check_ls ign_ls ls =
List
.
fold_left
(
fun
acc
ty
->
acc
||
not
(
Ty
.
ty_closed
ty
))
false
ls
.
Term
.
ls_args
(
Opt
.
fold
(
fun
acc
x
->
x
::
acc
)
ls
.
Term
.
ls_args
ls
.
Term
.
ls_value
)
let
detect_polymorphism_in_decl
ign_ts
ign_ls
ign_pr
d
=
Debug
.
dprintf
debug
"[detect_polymorphism] |sts|=%d |sls|=%d |spr|=%d@."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment