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
9fd4c768
Commit
9fd4c768
authored
Mar 24, 2010
by
Andrei Paskevich
Browse files
minor
parent
b444f06a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/pretty.ml
View file @
9fd4c768
...
...
@@ -368,9 +368,9 @@ module NsTree = struct
let
add_ns
s
ns
acc
=
Namespace
(
s
,
ns
)
::
acc
in
let
add_s
k
s
_
acc
=
Leaf
(
k
^
s
)
::
acc
in
let
acc
=
Mnm
.
fold
add_ns
ns
.
ns_ns
[]
in
let
acc
=
Mnm
.
fold
(
add_s
"
type
"
)
ns
.
ns_
ts
acc
in
let
acc
=
Mnm
.
fold
(
add_s
"
prop
"
)
ns
.
ns_
pr
acc
in
let
acc
=
Mnm
.
fold
(
add_s
"logic "
)
ns
.
ns_ls
acc
in
let
acc
=
Mnm
.
fold
(
add_s
"
prop
"
)
ns
.
ns_
pr
acc
in
acc
let
acc
=
Mnm
.
fold
(
add_s
"
type
"
)
ns
.
ns_
ts
acc
in
acc
let
decomp
=
function
|
Namespace
(
s
,
ns
)
->
s
,
contents
ns
...
...
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