GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Docstrings.WithMenhir(3) OCaml library Docstrings.WithMenhir(3)

Docstrings.WithMenhir - no description

Module Docstrings.WithMenhir

Module WithMenhir
: sig end

val symbol_docs : Lexing.position * Lexing.position -> Docstrings.docs

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

val symbol_docs_lazy : Lexing.position * Lexing.position -> Docstrings.docs Lazy.t

val rhs_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).

val rhs_docs_lazy : Lexing.position -> Lexing.position -> Docstrings.docs Lazy.t

val mark_symbol_docs : Lexing.position * Lexing.position -> unit

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

val mark_rhs_docs : Lexing.position -> Lexing.position -> unit

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

val symbol_info : Lexing.position -> Docstrings.info

Fetch the field info for the current symbol.

val rhs_info : Lexing.position -> Docstrings.info

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

val symbol_text : Lexing.position -> Docstrings.text

Fetch the text preceding the current symbol.

val symbol_text_lazy : Lexing.position -> Docstrings.text Lazy.t

val rhs_text : Lexing.position -> Docstrings.text

Fetch the text preceding the symbol at the given position.

val rhs_text_lazy : Lexing.position -> Docstrings.text Lazy.t

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 -> Docstrings.text

Fetch additional text preceding the current symbol

val symbol_post_extra_text : Lexing.position -> Docstrings.text

Fetch additional text following the current symbol

val rhs_pre_extra_text : Lexing.position -> Docstrings.text

Fetch additional text preceding the symbol at the given position

val rhs_post_extra_text : Lexing.position -> Docstrings.text

Fetch additional text following the symbol at the given position

val rhs_post_text : Lexing.position -> Docstrings.text

Fetch text following the symbol at the given position

2025-07-03 OCamldoc

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.