JmpBufDomain.BufferEntry
type t = Node.t * ControlSpecC.t
val hash : t -> int
val show : (Node.t * ControlSpecC.t) -> string
val pretty : unit -> (Node.t * ControlSpecC.t) -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> (Node.t * ControlSpecC.t) -> unit
val to_yojson :
(Node.t * ControlSpecC.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary : unit -> (Node.t * ControlSpecC.t) QCheck.arbitrary