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
c2beb02f
Commit
c2beb02f
authored
May 13, 2011
by
Jérôme Maloberti
Browse files
Removed trace.
parent
9b62b72a
Changes
1
Hide whitespace changes
Inline
Side-by-side
types/types.ml
View file @
c2beb02f
...
...
@@ -1835,8 +1835,8 @@ struct
Print
.
assign_name
t
;
t
;;
let
trace
msg
=
output_string
stderr
(
msg
^
"
\n
"
);
flush
stderr
;;
let
trace
msg
=
(*
output_string stderr (msg ^ "\n");
flush stderr
*)
()
;;
let
print_to_string
f
=
let
b
=
Buffer
.
create
1024
in
...
...
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