Parser_standard.Docstrings
val docstring : string -> Ocaml_common.Location.t -> docstring
val register : docstring -> unit
val docstring_body : docstring -> string
val docstring_loc : docstring -> Ocaml_common.Location.t
val set_pre_docstrings : Lexing.position -> docstring list -> unit
val set_post_docstrings : Lexing.position -> docstring list -> unit
val set_floating_docstrings : Lexing.position -> docstring list -> unit
val set_pre_extra_docstrings : Lexing.position -> docstring list -> unit
val set_post_extra_docstrings : Lexing.position -> docstring list -> unit
val empty_docs : docs
val docs_attr : docstring -> Parser_standard.Parsetree.attribute
val add_docs_attrs :
docs ->
Parser_standard.Parsetree.attributes ->
Parser_standard.Parsetree.attributes
val symbol_docs : unit -> docs
val rhs_docs : int -> int -> docs
type info = docstring option
val empty_info : info
val info_attr : docstring -> Parser_standard.Parsetree.attribute
val add_info_attrs :
info ->
Parser_standard.Parsetree.attributes ->
Parser_standard.Parsetree.attributes
val symbol_info : unit -> info
val rhs_info : int -> info
type text = docstring list
val empty_text : text
val text_attr : docstring -> Parser_standard.Parsetree.attribute
val add_text_attrs :
text ->
Parser_standard.Parsetree.attributes ->
Parser_standard.Parsetree.attributes
val symbol_text : unit -> text
val rhs_text : int -> text
val symbol_pre_extra_text : unit -> text
val symbol_post_extra_text : unit -> text
val rhs_pre_extra_text : int -> text
val rhs_post_extra_text : int -> text
val rhs_post_text : int -> text
module WithMenhir : sig ... end