Goblint_lib.ArgToolsConstruction of ARGs from constraint system solutions.
module M = Messagesmodule type BiArg = sig ... endmodule type NodeStyles = sig ... endmodule EnumerateNode (Node : MyARG.Node) : MyARG.Node with type t = Node.tmodule Dot
(Arg : BiArg)
(NodeStyles : NodeStyles with type node = Arg.Node.t) :
sig ... endval current_arg : (module BiArg) option Stdlib.refmodule Make (R : ResultQuery.SpecSysSol2) : sig ... end