package biocaml

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