Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
123
Issues
123
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
62c99fd5
Commit
62c99fd5
authored
Apr 14, 2019
by
Mário Pereira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed extraction for patterns with a completely ghost mask
parent
14a9eb14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/mlw/compile.ml
src/mlw/compile.ml
+2
-0
No files found.
src/mlw/compile.ml
View file @
62c99fd5
...
...
@@ -94,6 +94,8 @@ module Translate = struct
rdef
::
filter_out_ghost_rdef
l
let
rec
pat
m
p
=
match
p
.
pat_node
with
|
_
when
mask_equal
m
MaskGhost
->
ML
.
Pwild
|
Pwild
->
ML
.
Pwild
|
Pvar
vs
when
(
restore_pv
vs
)
.
pv_ghost
->
...
...
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