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