package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Lower-level stream transformations.

val string_to_item : ?filename:string -> tags:Tags.t -> unit -> (string, (item, [> Error.parsing ]) Core_kernel.result) Tfxm.t

Create a parsing Biocaml_transform.t for a given version.

val item_to_string : tags:Tags.t -> unit -> (item, string) Tfxm.t

Create a printer for a given version.