table of contents
other versions
- trixie 5.3.0-3
- testing 5.4.0-3
- unstable 5.4.0-3
- experimental 5.4.1-1~exp1
| CamlinternalMenhirLib.IncrementalEngine.SYMBOLS(3o) | OCaml library | CamlinternalMenhirLib.IncrementalEngine.SYMBOLS(3o) |
NAME¶
CamlinternalMenhirLib.IncrementalEngine.SYMBOLS - no description
Module type¶
Module type CamlinternalMenhirLib.IncrementalEngine.SYMBOLS
Documentation¶
Module type SYMBOLS
= sig end
type 'a terminal
type 'a nonterminal
type 'a symbol =
| T : 'a0 terminal -> 'a0 symbol
| N : 'a1 nonterminal -> 'a1 symbol
type xsymbol =
| X : 'a symbol -> xsymbol
| 2026-03-02 | OCamldoc |