sig
  val catch_label_error : exn -> string -> string -> unit
  type label_mapping
  val labels_empty : Wp.NormAtLabels.label_mapping
  val labels_fct_pre : Wp.NormAtLabels.label_mapping
  val labels_fct_post : Wp.NormAtLabels.label_mapping
  val labels_fct_assigns : Wp.NormAtLabels.label_mapping
  val labels_assert_before :
    kf:Cil_types.kernel_function ->
    Cil_types.stmt -> Wp.NormAtLabels.label_mapping
  val labels_assert_after :
    kf:Cil_types.kernel_function ->
    Cil_types.stmt ->
    Wp.Clabels.c_label option -> Wp.NormAtLabels.label_mapping
  val labels_loop_inv :
    established:bool -> Cil_types.stmt -> Wp.NormAtLabels.label_mapping
  val labels_loop_assigns : Cil_types.stmt -> Wp.NormAtLabels.label_mapping
  val labels_stmt_pre :
    kf:Cil_types.kernel_function ->
    Cil_types.stmt -> Wp.NormAtLabels.label_mapping
  val labels_stmt_post :
    kf:Cil_types.kernel_function ->
    Cil_types.stmt ->
    Wp.Clabels.c_label option -> Wp.NormAtLabels.label_mapping
  val labels_stmt_assigns :
    kf:Cil_types.kernel_function ->
    Cil_types.stmt ->
    Wp.Clabels.c_label option -> Wp.NormAtLabels.label_mapping
  val labels_predicate :
    (Cil_types.logic_label * Cil_types.logic_label) list ->
    Wp.NormAtLabels.label_mapping
  val labels_axiom : Wp.NormAtLabels.label_mapping
  val preproc_annot :
    Wp.NormAtLabels.label_mapping ->
    Cil_types.predicate -> Cil_types.predicate
  val preproc_assigns :
    Wp.NormAtLabels.label_mapping ->
    Cil_types.from list -> Cil_types.from list
end