package reason

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

Module type Reason_toolchain_conf.Toolchain_specSource

Sourceval safeguard_parsing : Lexing.lexbuf -> (unit -> 'a * Reason_comment.t list) -> 'a * Reason_comment.t list
Sourcetype token
Sourcetype invalid_docstrings
Sourcemodule Lexer : sig ... end
Sourceval format_interface_with_comments : (Parsetree.signature * Reason_comment.t list) -> Format.formatter -> unit
Sourceval format_implementation_with_comments : (Parsetree.structure * Reason_comment.t list) -> Format.formatter -> unit