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 : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Template_ast.ast