Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
cf95b1de
Commit
cf95b1de
authored
Oct 11, 2010
by
MARCHE Claude
Browse files
forget all dans pretty
parent
342d141c
Changes
2
Show whitespace changes
Inline
Side-by-side
src/core/pretty.ml
View file @
cf95b1de
...
...
@@ -413,6 +413,7 @@ let print_theory fmt th =
print_th
th
(
print_list
newline2
print_tdecl
)
th
.
th_decls
let
print_task
fmt
task
=
forget_all
()
;
fprintf
fmt
"@[<hov 2>theory Task@
\n
%a@]@
\n
end@."
(
print_list
newline2
print_tdecl
)
(
task_tdecls
task
)
...
...
src/ide/gdbmain.ml
View file @
cf95b1de
Write
Preview
Supports
Markdown
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