be_ocaml/src/tools.ml
2020-11-03 16:47:03 +01:00

7 lines
No EOL
217 B
OCaml
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(* Yes, we have to repeat open Graph. *)
open Graph
(* assert false is of type ∀α.α, so the type-checker is happy. *)
let clone_nodes gr = assert false
let gmap gr f = assert false
let add_arc gr f = assert false