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
7271cba4
Commit
7271cba4
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2007-05-23 16:28:13 by afrisch] Empty log message
Original author: afrisch Date: 2007-05-23 16:28:13+00:00
parent
d12207a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
runtime/value.ml
View file @
7271cba4
...
...
@@ -264,7 +264,7 @@ let rec is_str = function
let
rec
print
ppf
v
=
if
is_str
v
then
(
Format
.
fprintf
ppf
"
\"
"
;
print_quoted_str
ppf
v
;
ignore
(
print_quoted_str
ppf
v
)
;
Format
.
fprintf
ppf
"
\"
"
)
else
if
is_seq
v
then
Format
.
fprintf
ppf
"[ @[<hv>%a@]]"
print_seq
v
else
match
v
with
...
...
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