You can search for identifiers within the package.
in-package search v0.2.0
pgn_to_tex
Pgn_logic.Parser
type token =
| TAG_OPEN
| TAG_CLOSE
| STRING of string
| RPAREN
| RESULT of string
| NUMBER of string
| NAG of string
| MOVE of string
| LPAREN
| HEADER of string
| EOF
| COMMENT of string
| CLOCK of string
exception Error
val main : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.game