You can search for identifiers within the package.
in-package search v0.2.0
type time = int * int * int
type user = string
type msg = string
type notice = string
type action = string
type content =
| Msg of user * msg
| Notice of notice
| Action of action
type line = time * content