You can search for identifiers within the package.
in-package search v0.2.0
drom_toml
Drom_toml.Menhir_parser
type token =
| STRING of string
| SET
| RBRACK
| RBRACE
| LBRACK
| LBRACE
| KEY of string
| INTEGER of string
| INIT
| FLOAT of string
| EQUAL
| EOF
| DOT
| DATE of float
| COMMA
| CLEAR
| BOOL of bool
exception Error
val toml : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Types.table