package reason

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Printer_maker.PRINTERSource

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