package biocaml

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

High-level parsing

This module provides a function that can be used to convert a stream of strings (representing consecutive chunks of a FASTA file) into a sequence of FASTA items.

type state
val initial_state : ?fmt:fmt -> unit -> state
val step : state -> string option -> (state * item list, [> parser_error ]) Pervasives.result