package lbvs_consent

  1. Overview
  2. Docs
type molecule_name = string
type score = float
type index = int
type label = bool
val create : 'a -> 'b -> 'c -> 'd -> 'e * 'f * 'g * 'h
val is_active : t -> bool
val get_name : t -> string
val to_string : (string * float * int * bool) -> string