(*val debug : bool*) (*type annot_t = { annot_begin : int; annot_end : int; annot_type : string; }*) (*val parse_annotations : string -> annot_t list*) (** merge source annotations feed Merges a source file with its annotations and produces the output via the feed function *) val merge : string -> string -> (string -> unit) -> unit (*val annotator_main : unit -> unit*)