package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type item = private {
  1. chrom : string;
  2. chrom_start : int;
  3. chrom_end : int;
  4. name : string;
  5. others : string array;
}
include sig ... end
val item_of_sexp : Sexplib.Sexp.t -> item
val sexp_of_item : item -> Sexplib.Sexp.t