package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. locus : string option;
  2. allele : string option;
  3. desc : string option;
  4. maploc : string option;
  5. pseudo : bool option;
  6. db : Dbtag.t list;
}