package reason

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val doc_comments_filter : unit -> Ppxlib.Ast_traverse.map * (('a * Astlib.Location.t) -> bool)
module Lexer_impl : sig ... end
module OCaml_parser = Ocaml_common.Parser
type token = OCaml_parser.token
type invalid_docstrings = unit
val parse_and_filter_doc_comments : (Ppxlib.Ast_traverse.map -> 'a -> 'b) -> ('c -> 'd) -> 'e -> 'f * unit
val implementation : Stdlib.Lexing.lexbuf -> Ppxlib_ast.Ast.structure * unit
val core_type : Stdlib.Lexing.lexbuf -> Ppxlib_ast.Ast.core_type * unit
val interface : Stdlib.Lexing.lexbuf -> Ppxlib_ast.Ast.signature * unit
val filter_toplevel_phrase : < structure : Ppxlib.Parsetree.structure -> 'a.. > -> Ppxlib.Parsetree.toplevel_phrase -> unit
val toplevel_phrase : Stdlib.Lexing.lexbuf -> Ppxlib.Parsetree.toplevel_phrase * unit
val use_file : Stdlib.Lexing.lexbuf -> Ppxlib.Parsetree.toplevel_phrase list * unit
val skip_phrase : Stdlib.Lexing.lexbuf -> unit
val maybe_skip_phrase : Stdlib.Lexing.lexbuf -> unit
module Location = Ocaml_common.Location
val safeguard_parsing : Stdlib.Lexing.lexbuf -> (unit -> 'a) -> 'b
val format_interface_with_comments : (Astlib.Ast_500.Parsetree.signature * 'a) -> Stdlib.Format.formatter -> unit
val format_implementation_with_comments : (Ppxlib.Parsetree.structure * 'a) -> Stdlib.Format.formatter -> unit
module Lexer = Lexer_impl