You can search for identifiers within the package.
in-package search v0.2.0
type token =
| WORD of String.t
| RBRACE
| NEWLINE
| LBRACE
| EOF
exception Error
val config : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Types.config