package biotk

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

Module Biotk.Line_orientedSource

Line-oriented file formats

This module features a few primitives that may help dealing with file formats that are sequences of items that fit a single line, aka line-oriented formats

Sourceval fold : string -> init:'a -> f:('a -> int -> Line.t -> 'a) -> 'a
Sourceval fold_err : string -> init:'a -> f:('a -> int -> Line.t -> ('a, 'b) result) -> ('a, 'b) result
Sourcemodule Parser : sig ... end

A parser for lines

Sourcemodule type Item = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (Item : Item) : S with type item = Item.t
OCaml

Innovation. Community. Security.