Fasta.ParserHigh-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.
val step :
state ->
Base.string Base.option ->
(state * item Base.list, [> parser_error ]) Base.Result.t