You can search for identifiers within the package.
in-package search v0.2.0
type attr = string * string
type t =
| Element of string * attr list * t list
| Text of string
val parse : in_channel -> t