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
8fbca7c0
Commit
8fbca7c0
authored
Apr 28, 2010
by
Andrei Paskevich
Browse files
rename Prtree to Print_tree
parent
9c27debd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
8fbca7c0
...
@@ -92,7 +92,7 @@ LIBGENERATED = src/util/rc.ml \
...
@@ -92,7 +92,7 @@ LIBGENERATED = src/util/rc.ml \
src/driver/driver_parser.mli src/driver/driver_parser.ml
\
src/driver/driver_parser.mli src/driver/driver_parser.ml
\
src/driver/driver_parser.output src/driver/driver_lexer.ml
src/driver/driver_parser.output src/driver/driver_lexer.ml
LIB_UTIL
=
pp loc prtree hashweak util hashcons sysutil rc
LIB_UTIL
=
pp loc pr
int_
tree hashweak util hashcons sysutil rc
LIB_CORE
=
ident ty term pattern decl theory task pretty trans
env
LIB_CORE
=
ident ty term pattern decl theory task pretty trans
env
...
...
src/core/pretty.ml
View file @
8fbca7c0
...
@@ -387,6 +387,6 @@ module NsTree = struct
...
@@ -387,6 +387,6 @@ module NsTree = struct
end
end
let
print_namespace
fmt
name
ns
=
let
print_namespace
fmt
name
ns
=
let
module
P
=
Prtree
.
Make
(
NsTree
)
in
let
module
P
=
Pr
int_
tree
.
Make
(
NsTree
)
in
fprintf
fmt
"@[<hov>%a@]@."
P
.
print
(
NsTree
.
Namespace
(
name
,
ns
))
fprintf
fmt
"@[<hov>%a@]@."
P
.
print
(
NsTree
.
Namespace
(
name
,
ns
))
src/util/prtree.ml
→
src/util/pr
int_
tree.ml
View file @
8fbca7c0
File moved
src/util/prtree.mli
→
src/util/pr
int_
tree.mli
View file @
8fbca7c0
File moved
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