Module ControlFlowCost.Item

type t = [
  1. | `Edge of Node.id * Node.id
  2. | `Node of Node.id
]
val pp : F.formatter -> t -> unit