module Tags:
sig
type t = {
version : [ `three | `two ];
[ `three | `two ]
allow_empty_lines : bool;
bool
sharp_comments : bool;
Biocaml_tags
val default : t
t
{version = `three; allow_empty_lines = false; sharp_comments = true}
val of_string : string -> (t, [> `gff of [> `tags_of_string of exn ] ]) Core.Result.t
string -> (t, [> `gff of [> `tags_of_string of exn ] ]) Core.Result.t
val to_string : t -> string
t -> string
val t_of_sexp : Sexplib.Sexp.t -> t
Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
t -> Sexplib.Sexp.t
end