Module Refmt_lib.Reason_implementation_printer

include Printer_maker.PRINTER
type t
val parse : use_stdin:bool -> Printer_maker.parse_itype -> string -> (t * Reason_comment.t list) * bool
val print : Printer_maker.print_itype -> string -> bool -> out_channel -> Format.formatter -> (t * Reason_comment.t list) -> unit