Module type Biocaml_seq_range.Identifier

module type Identifier = 
sig
include Comparable
include Sexpable
val to_string : t -> string
end