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
437d61c7
Commit
437d61c7
authored
14 years ago
by
Andrei Paskevich
Browse files
Options
Downloads
Patches
Plain Diff
decorate terms in triggers
parent
e93d20e9
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/encoding_decorate.ml
+4
-0
4 additions, 0 deletions
src/transform/encoding_decorate.ml
with
4 additions
and
0 deletions
src/transform/encoding_decorate.ml
+
4
−
0
View file @
437d61c7
...
...
@@ -43,6 +43,10 @@ and deco_term kept tvar t = match t.t_node with
and
deco_fmla
kept
tvar
f
=
match
f
.
f_node
with
|
Fapp
(
ps
,
tl
)
->
f_app
ps
(
List
.
map
(
deco_arg
kept
tvar
)
tl
)
|
Fquant
(
q
,
b
)
->
let
vl
,
tl
,
f
,
close
=
f_open_quant_cb
b
in
let
tl
=
tr_map
(
deco_arg
kept
tvar
)
(
deco_fmla
kept
tvar
)
tl
in
f_quant
q
(
close
vl
tl
(
deco_fmla
kept
tvar
f
))
|
_
->
f_map
(
deco_term
kept
tvar
)
(
deco_fmla
kept
tvar
)
f
let
deco_decl
kept
d
=
match
d
.
d_node
with
...
...
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