module type Services =Graphwith type G.V.t = Kernel_function.t Service_graph.vertex and type G.E.label = Service_graph.edge
module G:Graph.Sig.G
val compute : unit -> unitval get : unit -> G.tval dump : unit -> unitval is_computed : unit -> boolval self : State.t