package phylogenetics

  1. Overview
  2. Docs
type token =
  1. | STRING of string
  2. | SEMICOLON
  3. | RPAREN
  4. | RBRACKET
  5. | NHXTAG
  6. | LPAREN
  7. | LBRACKET
  8. | INT of string
  9. | FLOAT of string
  10. | EQUAL
  11. | EOF
  12. | COMMA
  13. | COLON
exception Error
module MenhirInterpreter : sig ... end
module Incremental : sig ... end