Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
8b293634
Commit
8b293634
authored
Jan 09, 2013
by
Jean-Christophe Filliâtre
Browse files
workaround the 'duplicate type variable' bug of Alt-Ergo
parent
4842b887
Changes
1
Show whitespace changes
Inline
Side-by-side
src/printer/alt_ergo.ml
View file @
8b293634
...
@@ -69,7 +69,9 @@ let tv_printer =
...
@@ -69,7 +69,9 @@ let tv_printer =
create_ident_printer
[]
~
sanitizer
:
san
create_ident_printer
[]
~
sanitizer
:
san
let
print_tvsymbol
fmt
tv
=
let
print_tvsymbol
fmt
tv
=
fprintf
fmt
"'%s"
(
id_unique
tv_printer
tv
.
tv_name
)
(* fprintf fmt "'%s" (id_unique tv_printer tv.tv_name) *)
(* workaround a "duplicate type variable" bug of Alt-Ergo 0.94 *)
fprintf
fmt
"'%s"
(
id_unique
ident_printer
tv
.
tv_name
)
let
forget_tvs
()
=
forget_all
tv_printer
let
forget_tvs
()
=
forget_all
tv_printer
...
...
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