sig
  type t = Comment of string | App of int * string
  val format : Format.formatter -> Jpeg.Marker.t -> unit
end