You can search for identifiers within the package.
in-package search v0.2.0
type token =
| TEXT of string
| IDEN of string
| EOF
exception Error
val template : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Template_ast.ast