Refmt_lib.Printer_makertype 'a parser_result = {ast : 'a;comments : Reason.Reason_comment.t list;parsed_as_ml : bool;parsed_as_intf : bool;}module type PRINTER = sig ... endval ocamlBinaryParser : bool -> string -> 'a parser_resultval reasonBinaryParser : bool -> string -> 'a parser_resultval prepare_output_file : string option -> out_channelval close_output_file : string option -> out_channel -> unit