You can search for identifiers within the package.
in-package search v0.2.0
molenc
Molenc.FpMol
module A = Array
module Fp = Fingerprint
module Ht = Hashtbl
module L = MyList
type t = {
name : string;
index : int;
fp : Fp.t;
}
val create : string -> int -> string -> t
val read_one_mol : string -> string * string
val parse_one : int -> string -> t
val molecules_of_file : Utls.filename -> t list
val dist : t -> t -> float
val get_name : t -> string
val get_index : t -> int
val get_fp : t -> Fp.t
val nb_features : t -> int
val mol_is_active : string -> bool
val is_active : t -> bool