sig
  val pp_stmt : bool -> Stdlib.Format.formatter -> Cil_types.stmt -> unit
  val pp_kinstr : bool -> Stdlib.Format.formatter -> Cil_types.kinstr -> unit
  val pp_idpred :
    bool -> Stdlib.Format.formatter -> Cil_types.identified_predicate -> unit
  val pp_region :
    bool -> Stdlib.Format.formatter -> Cil_types.from list -> unit
  val pp_named : Stdlib.Format.formatter -> Cil_types.predicate -> unit
  val pp_for : Stdlib.Format.formatter -> string list -> unit
  val pp_bhv : Stdlib.Format.formatter -> Cil_types.funbehavior -> unit
  val pp_property : Stdlib.Format.formatter -> Property.t -> unit
  val property_kind_and_node : Property.t -> (string * string) option
  val status_feedback : Property_status.Feedback.t -> string
  type kf = [ `Always | `Context of Cil_types.kernel_function | `Never ]
  val pp_localized :
    kf:Description.kf ->
    ki:bool -> kloc:bool -> Stdlib.Format.formatter -> Property.t -> unit
  val pp_local : Stdlib.Format.formatter -> Property.t -> unit
  val pp_compare : Property.t -> Property.t -> int
  val full_compare : Property.t -> Property.t -> int
end