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
120
Issues
120
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
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
2216e866
Commit
2216e866
authored
Mar 17, 2016
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pmodule: fix cloning of match-with
parent
5be811fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/mlw/pmodule.ml
src/mlw/pmodule.ml
+1
-1
No files found.
src/mlw/pmodule.ml
View file @
2216e866
...
...
@@ -742,7 +742,7 @@ let clone_ppat cl sm pp mask =
|
Term
.
Papp
(
s
,
pl
)
->
PPapp
(
restore_rs
(
cl_find_ls
cl
s
)
,
List
.
map
conv_pat
pl
)
in
let
pre
=
conv_pat
pp
.
pp_pat
in
let
vm
,
pp'
=
create_prog_pattern
pre
pp
.
pp_ity
mask
in
let
vm
,
pp'
=
create_prog_pattern
pre
(
clone_ity
cl
pp
.
pp_ity
)
mask
in
let
save
v
sm
=
sm_save_vs
sm
v
(
Mstr
.
find
v
.
vs_name
.
id_string
vm
)
in
Svs
.
fold
save
pp
.
pp_pat
.
pat_vars
sm
,
pp'
...
...
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