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
15dac784
Commit
15dac784
authored
Sep 18, 2012
by
Claude Marche
Browse files
Fixed missing "intro a_WT" in Coq output
parent
fc14a67a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/printer/coq.ml
View file @
15dac784
...
...
@@ -571,7 +571,7 @@ let intros_params fmt params =
Stv
.
iter
(
fun
tv
->
let
n
=
id_unique
iprinter
tv
.
tv_name
in
fprintf
fmt
"@ %s
"
n
)
fprintf
fmt
"@ %s
%s_WT"
n
n
)
params
let
intros
fmt
params
fmla
=
...
...
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