You can search for identifiers within the package.
in-package search v0.2.0
timere
int_set.ml
1 2 3 4 5 6 7 include CCSet.Make (struct type t = int let compare = compare end) let to_seq x = x |> to_list |> CCList.to_seq
1 2 3 4 5 6 7
include CCSet.Make (struct type t = int let compare = compare end) let to_seq x = x |> to_list |> CCList.to_seq