Reason_toolchain.RESourceval core_type_with_comments :
Lexing.lexbuf ->
Ppxlib.Parsetree.core_type * Reason_comment.t listval implementation_with_comments :
Lexing.lexbuf ->
Ppxlib.Parsetree.structure * Reason_comment.t listval interface_with_comments :
Lexing.lexbuf ->
Ppxlib.Parsetree.signature * Reason_comment.t listval print_interface_with_comments :
Format.formatter ->
(Ppxlib.Parsetree.signature * Reason_comment.t list) ->
unitval print_implementation_with_comments :
Format.formatter ->
(Ppxlib.Parsetree.structure * Reason_comment.t list) ->
unit