package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val line_to_item : ?tags:Tags.t -> unit -> (Lines.item, (t, [> `table_row of Error.line_parsing ]) Core_kernel.Result.t) Tfxm.t

Create a Tfxm.t that converts lines to table-rows according to the tags (default: Tags.default).

val item_to_line : ?tags:Tags.t -> unit -> (t, Lines.item) Tfxm.t

Create a Tfxm.t that converts rows to lines using the first separator in the tags or '\t' if none (default tags: Tags.default).