package phylogenetics

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

Source file newick_parser_errors.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14

(* This file was auto-generated based on "newick_parser.messages". *)

(* Please note that the function [message] can raise [Not_found]. *)

let message =
  fun s ->
    match s with
    | 2 ->
        "unclosed parenthesis\n"
    | 4 | 9 ->
        "semi-colon expected at end of input\n"
    | _ ->
        raise Not_found