You can search for identifiers within the package.
in-package search v0.2.0
type tdb_event_filter
type literal =
| Pos of tdb_item
| Neg of tdb_item
type disjunction =
| Or of literal list
type conjunction =
| And of disjunction list
val create : conjunction -> tdb_event_filter