You can search for identifiers within the package.
in-package search v0.2.0
molenc
Molenc.MSE_mol
module L = MyList
module Log = Dolog.Log
module String = BatString
module StringMap = BatMap.String
type t = {
name : string;
map : int StringMap.t;
}
val create : string -> int StringMap.t -> t
val get_name : t -> string
val get_map : t -> int StringMap.t
val feat_count_of_string : string -> string * int
val read_one : string list -> t
val of_lines : string L.t -> t list