You can search for identifiers within the package.
in-package search v0.2.0
otoml
otoml.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 include Common module Base = struct include Common include Impl_sigs include Default_impl include Otoml_base end module DefaultImpl = Base.Make (Base.OCamlNumber) (Base.StringDate) include DefaultImpl
1 2 3 4 5 6 7 8 9 10 11 12 13
include Common module Base = struct include Common include Impl_sigs include Default_impl include Otoml_base end module DefaultImpl = Base.Make (Base.OCamlNumber) (Base.StringDate) include DefaultImpl