package reason

  1. Overview
  2. Docs
val configure : width:int -> assumeExplicitArity:bool -> constructorLists:string list -> unit
val createFormatter : unit -> < case_list : Format.formatter -> Ast_404.Parsetree.case list -> unit ; core_type : Format.formatter -> Ast_404.Parsetree.core_type -> unit ; expression : Format.formatter -> Ast_404.Parsetree.expression -> unit ; pattern : Format.formatter -> Ast_404.Parsetree.pattern -> unit ; signature : Reason_comment.t list -> Format.formatter -> Ast_404.Parsetree.signature -> unit ; structure : Reason_comment.t list -> Format.formatter -> Ast_404.Parsetree.structure -> unit ; toplevel_phrase : Format.formatter -> Ast_404.Parsetree.toplevel_phrase -> unit >