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 core_type : Lexer.t -> Ppxlib.Parsetree.core_type * invalid_docstrings
Sourceval implementation : Lexer.t -> Ppxlib.Parsetree.structure * invalid_docstrings
Sourceval interface : Lexer.t -> Ppxlib.Parsetree.signature * invalid_docstrings
Sourceval toplevel_phrase : Lexer.t -> Ppxlib.Parsetree.toplevel_phrase * invalid_docstrings
Sourceval use_file : Lexer.t -> Ppxlib.Parsetree.toplevel_phrase list * invalid_docstrings
Sourceval format_interface_with_comments : (Ppxlib.Parsetree.signature * Reason_comment.t list) -> Format.formatter -> unit
Sourceval format_implementation_with_comments : (Ppxlib.Parsetree.structure * Reason_comment.t list) -> Format.formatter -> unit
OCaml

Innovation. Community. Security.