Module Oper


module Oper: sig  end
Basic operations over graphs

module type S = sig  end
module Make: functor (G : Sig.G) -> functor (B : sig  end) -> sig  end
module P: functor (G : Sig.P) -> sig  end
Basic operations over persistent graphs
module I: functor (G : Sig.I) -> sig  end
Basic operations over imperative graphs