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
cduce
cduce
Commits
83b3d115
Commit
83b3d115
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2006-03-26 15:43:33 by afrisch] Accept binding prefix to empty string
Original author: afrisch Date: 2006-03-26 15:43:33+00:00
parent
db21125e
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/ns.ml
View file @
83b3d115
...
...
@@ -95,7 +95,7 @@ module Printer = struct
H
.
add
p
.
ns_to_prefix
empty
(
ref
(
Set
empty_str
));
Table
.
iter
(
fun
pr
ns
->
if
(
U
.
get_str
pr
<>
""
)
then
if
(
U
.
get_str
pr
<>
""
)
&&
not
(
Uri
.
equal
empty
ns
)
then
match
get_prefix
p
ns
with
|
{
contents
=
Hint
l
}
as
r
->
p
.
hints
<-
pr
::
p
.
hints
;
...
...
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