Module MyARG.InlineEdge

type t = inline_edge
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val embed : MyCFG.edge -> t
val to_string : t -> string