You can search for identifiers within the package.
in-package search v0.2.0
repr
staging.ml
1 2 3 4 type +'a staged = 'a let stage x = x let unstage x = x
1 2 3 4
type +'a staged = 'a let stage x = x let unstage x = x