type synth_fn = | GenericDropInPlace
val pp_synth_fn :
Ppx_deriving_runtime.Format.formatter ->
synth_fn ->
Ppx_deriving_runtime.unitval show_synth_fn : synth_fn -> Ppx_deriving_runtime.stringtype t = | Real of Charon.Types.fun_decl_ref| Synthetic of synth_fn
val compare : t -> t -> Ppx_deriving_runtime.intval pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.string