Skip to content
Snippets Groups Projects
Commit ef31bbb6 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Wp] avoid using Stdlib__* names, incompatible with OCaml 4.13

parent e9b10643
No related branches found
No related tags found
No related merge requests found
...@@ -1395,7 +1395,7 @@ struct ...@@ -1395,7 +1395,7 @@ struct
type dot = { type dot = {
name: string; name: string;
chan: out_channel; chan: out_channel;
fmt : Stdlib__format.formatter; fmt : Format.formatter;
} }
let create kf = let create kf =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment