logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Docstrings.WithMenhir - no description

Documentation

       Module WithMenhir
        : sigendvalsymbol_docs : Lexing.position*Lexing.position->Docstrings.docs

       Fetch  the  item  documentation for the current symbol. This also marks this documentation (for ambiguity
       warnings).

       valsymbol_docs_lazy : Lexing.position*Lexing.position->Docstrings.docsLazy.tvalrhs_docs : Lexing.position->Lexing.position->Docstrings.docs

       Fetch the item documentation for the symbols between two positions. This also  marks  this  documentation
       (for ambiguity warnings).

       valrhs_docs_lazy : Lexing.position->Lexing.position->Docstrings.docsLazy.tvalmark_symbol_docs : Lexing.position*Lexing.position->unit

       Mark the item documentation for the current symbol (for ambiguity warnings).

       valmark_rhs_docs : Lexing.position->Lexing.position->unit

       Mark as associated the item documentation for the symbols between two positions (for ambiguity warnings)

       valsymbol_info : Lexing.position->Docstrings.info

       Fetch the field info for the current symbol.

       valrhs_info : Lexing.position->Docstrings.info

       Fetch the field info following the symbol at a given position.

       valsymbol_text : Lexing.position->Docstrings.text

       Fetch the text preceding the current symbol.

       valsymbol_text_lazy : Lexing.position->Docstrings.textLazy.tvalrhs_text : Lexing.position->Docstrings.text

       Fetch the text preceding the symbol at the given position.

       valrhs_text_lazy : Lexing.position->Docstrings.textLazy.tExtratext
       There  may  be  additional  text  attached  to the delimiters of a block (e.g.  struct and end ). This is
       fetched by the following functions, which are applied to the  contents  of  the  block  rather  than  the
       delimiters.

       valsymbol_pre_extra_text : Lexing.position->Docstrings.text

       Fetch additional text preceding the current symbol

       valsymbol_post_extra_text : Lexing.position->Docstrings.text

       Fetch additional text following the current symbol

       valrhs_pre_extra_text : Lexing.position->Docstrings.text

       Fetch additional text preceding the symbol at the given position

       valrhs_post_extra_text : Lexing.position->Docstrings.text

       Fetch additional text following the symbol at the given position

       valrhs_post_text : Lexing.position->Docstrings.text

       Fetch text following the symbol at the given position

OCamldoc                                           2025-06-12                          Docstrings.WithMenhir(3o)

Module

       Module   Docstrings.WithMenhir

Name

       Docstrings.WithMenhir - no description

See Also