package phylogenetics

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val from_file : string -> (t, [> parsing_error ]) result
val from_file_exn : string -> t

Same as from_file but raises Failure if some error happens

val to_channel : t -> out_channel -> unit
val to_file : t -> string -> unit