You can search for identifiers within the package.
in-package search v0.2.0
molenc
Molenc.Fingerprint
module A = Array
module BA = Bigarray
module BA1 = BA.Array1
module IntMap = BatMap.Int
module L = MyList
type t = (int, BA.int16_unsigned_elt, BA.c_layout) BA1.t
val of_string : string -> t
val tanimoto : t -> t -> float
val distance : t -> t -> float