package phylogenetics

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Phylogenetics.Newick_astSource

Sourcetype node_info = {
  1. name : string option;
}
Sourceand branch_info = {
  1. length : float option;
  2. tags : tag list;
}
Sourceand tag = string * string
Sourcetype t =
  1. | Tree of tree
  2. | Branch of branch
Sourcetype error_desc = {
  1. offset : int;
  2. line : int;
  3. column : int;
  4. msg : string;
}
Sourceval string_of_error_desc : error_desc -> string
Sourcetype error = [
  1. | `Newick_parser_error of error_desc
]
Sourceval mkerror : Lexing.lexbuf -> string -> [> `Newick_parser_error of error_desc ]
Sourceval string_of_error : [< `Newick_parser_error of error_desc ] -> string
OCaml

Innovation. Community. Security.