type
t = {
|
allow_empty_lines : bool ; |
|
: bool ; |
}
Additional tags (c.f. Biocaml_tags
).
val default : t
Default tags ({allow_empty_lines = false; sharp_comments = true}
).
val of_string : string ->
(t, [> `wig of [> `tags_of_string of exn ] ])
Biocaml_internal_utils.Result.t
Parse tags (for now S-Expressions).
val to_string : t -> string
Serialize tags (for now S-Expressions).