You can search for identifiers within the package.
in-package search v0.2.0
oenv
oenv.ml
1 2 3 4 5 6 7 8 9 10 include Std module Shapes = struct include Shapes.Export end include Shapes module Errors = Errors module Product = Product module Logging = Logging
1 2 3 4 5 6 7 8 9 10
include Std module Shapes = struct include Shapes.Export end include Shapes module Errors = Errors module Product = Product module Logging = Logging