package reason

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

Module type Reason_toolchain_conf.ToolchainSource

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