You can search for identifiers within the package.
in-package search v0.2.0
include module type of Grammar_types.Literal
type t =
| Int of int
| String of string
| Hex of string
| Dec of string
| Bin of string
| Oct of string
val to_s : t -> string