We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d0721 commit 024db6eCopy full SHA for 024db6e
src/ecPrinting.ml
@@ -620,10 +620,7 @@ let pp_modtype1 (ppe : PPEnv.t) fmt mty =
620
621
(* -------------------------------------------------------------------- *)
622
let pp_local (ppe : PPEnv.t) fmt x =
623
- if debug_mode then
624
- Format.fprintf fmt "%s<%s>" (EcIdent.name x) (EcIdent.tostring_internal x)
625
- else
626
- Format.fprintf fmt "%s" (EcIdent.name x)
+ Format.fprintf fmt "%s" (EcIdent.name x)
627
628
629
let pp_local ?fv (ppe : PPEnv.t) fmt x =
0 commit comments