Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
84e9bf4c
Commit
84e9bf4c
authored
Jun 04, 2011
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing forget_var's in printers
parent
e7aa3e10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/printer/cvc3.ml
src/printer/cvc3.ml
+2
-1
src/printer/smt2.ml
src/printer/smt2.ml
+2
-1
No files found.
src/printer/cvc3.ml
View file @
84e9bf4c
...
...
@@ -258,7 +258,8 @@ let print_logic_decl info fmt (ls,ld) =
(
print_lsargs
info
)
ls
.
ls_args
(
print_type_value
info
)
ls
.
ls_value
(
print_var_list
info
)
vsl
(
print_expr
info
)
expr
(
print_expr
info
)
expr
;
List
.
iter
forget_var
vsl
let
print_logic_decl
info
fmt
d
=
if
Sid
.
mem
(
fst
d
)
.
ls_name
info
.
info_rem
then
...
...
src/printer/smt2.ml
View file @
84e9bf4c
...
...
@@ -261,7 +261,8 @@ let print_logic_decl info fmt (ls,ld) =
print_ident
ls
.
ls_name
(
print_var_list
info
)
vsl
(
print_type_value
info
)
ls
.
ls_value
(
print_expr
info
)
expr
(
print_expr
info
)
expr
;
List
.
iter
forget_var
vsl
let
print_logic_decl
info
fmt
d
=
if
Sid
.
mem
(
fst
d
)
.
ls_name
info
.
info_rem
then
...
...
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