Frama_c_kernel.PrettyThis module provides pretty printing utilities. Same as Pretty_utils but without dependencies to Fclib.List or Fclib.Array.
Formats used with fprintf and alike.
val pretty_seq :
format:(tformatter -> unit) format ->
item:('a aformatter -> 'a -> unit) format ->
sep:unit format ->
?last:unit format ->
?empty:unit format ->
'a aformatter ->
'a Stdlib.Seq.t aformatterPretty prints a sequence.