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