Parser_standard.Docstringsval docstring : string -> Ocaml_common.Location.t -> docstringval register : docstring -> unitval docstring_body : docstring -> stringval docstring_loc : docstring -> Ocaml_common.Location.tval set_pre_docstrings : Lexing.position -> docstring list -> unitval set_post_docstrings : Lexing.position -> docstring list -> unitval set_floating_docstrings : Lexing.position -> docstring list -> unitval set_pre_extra_docstrings : Lexing.position -> docstring list -> unitval set_post_extra_docstrings : Lexing.position -> docstring list -> unitval empty_docs : docsval docs_attr : docstring -> Parser_standard.Parsetree.attributeval add_docs_attrs :
docs ->
Parser_standard.Parsetree.attributes ->
Parser_standard.Parsetree.attributesval symbol_docs : unit -> docsval rhs_docs : int -> int -> docstype info = docstring optionval empty_info : infoval info_attr : docstring -> Parser_standard.Parsetree.attributeval add_info_attrs :
info ->
Parser_standard.Parsetree.attributes ->
Parser_standard.Parsetree.attributesval symbol_info : unit -> infoval rhs_info : int -> infotype text = docstring listval empty_text : textval text_attr : docstring -> Parser_standard.Parsetree.attributeval add_text_attrs :
text ->
Parser_standard.Parsetree.attributes ->
Parser_standard.Parsetree.attributesval symbol_text : unit -> textval rhs_text : int -> textval symbol_pre_extra_text : unit -> textval symbol_post_extra_text : unit -> textval rhs_pre_extra_text : int -> textval rhs_post_extra_text : int -> textval rhs_post_text : int -> textmodule WithMenhir : sig ... end