Skip to content
Snippets Groups Projects
Commit d4bc819f authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[crowbar] fixes ocamldep_transitive_closure.ml so that it stays self-contained

parent bab20396
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ let root = ref ""
module Dep_graph = Graph.Imperative.Digraph.Concrete(
struct
type t = string
let compare = Transitioning.Stdlib.compare
let compare = String.compare
let hash = Hashtbl.hash
let equal = (=)
end)
......
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