package ocaml-solo5-cross-aarch64
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=186c4e0b2e2602b8a5cefbc731bcc6ba
sha512=b64b9f6b7371468b415c30eb7d13a06ae9c81eaf77f73494635919fc0134d9c3bb0aa177b78ab35d23bfa7fc045602a15f163e446c8fa67afe6e85f0ccbe0031
doc/compiler-libs.common/Docstrings/WithMenhir/index.html
Module Docstrings.WithMenhir
val symbol_docs : (Lexing.position * Lexing.position) -> docsFetch the item documentation for the current symbol. This also marks this documentation (for ambiguity warnings).
val symbol_docs_lazy : (Lexing.position * Lexing.position) -> docs Lazy.tval rhs_docs : Lexing.position -> Lexing.position -> docsFetch the item documentation for the symbols between two positions. This also marks this documentation (for ambiguity warnings).
val rhs_docs_lazy : Lexing.position -> Lexing.position -> docs Lazy.tval mark_symbol_docs : (Lexing.position * Lexing.position) -> unitMark the item documentation for the current symbol (for ambiguity warnings).
val mark_rhs_docs : Lexing.position -> Lexing.position -> unitMark as associated the item documentation for the symbols between two positions (for ambiguity warnings)
val symbol_info : Lexing.position -> infoFetch the field info for the current symbol.
val rhs_info : Lexing.position -> infoFetch the field info following the symbol at a given position.
val symbol_text : Lexing.position -> textFetch the text preceding the current symbol.
val symbol_text_lazy : Lexing.position -> text Lazy.tval rhs_text : Lexing.position -> textFetch the text preceding the symbol at the given position.
val rhs_text_lazy : Lexing.position -> text Lazy.tExtra text
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.
val symbol_pre_extra_text : Lexing.position -> textFetch additional text preceding the current symbol
val symbol_post_extra_text : Lexing.position -> textFetch additional text following the current symbol
val rhs_pre_extra_text : Lexing.position -> textFetch additional text preceding the symbol at the given position
val rhs_post_extra_text : Lexing.position -> textFetch additional text following the symbol at the given position
val rhs_post_text : Lexing.position -> textFetch text following the symbol at the given position