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
c99690f4
Commit
c99690f4
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-05-10 14:58:18 by cvscast] Empty log message
Original author: cvscast Date: 2003-05-10 14:58:18+00:00
parent
5b55e2b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
runtime/value.ml
View file @
c99690f4
...
...
@@ -105,7 +105,9 @@ and print_quoted_str ppf = function
Chars
.
print_v_in_string
ppf
c
;
print_quoted_str
ppf
q
|
String_latin1
(
i
,
j
,
s
,
q
)
->
Format
.
fprintf
ppf
"%s"
(
String
.
escaped
(
String
.
sub
s
i
(
j
-
i
)));
for
k
=
i
to
j
do
Chars
.
print_v_in_string
ppf
(
Chars
.
mk_char
s
.
[
k
])
done
;
print_quoted_str
ppf
q
|
String_utf8
(
i
,
j
,
s
,
q
)
->
assert
false
...
...
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