cobot-io-0.1.5.2: Biological data file formats and IO
Safe HaskellSafe-Inferred
LanguageHaskell2010

Bio.FASTA.Parser

Synopsis

Documentation

parseOnly :: Parsec Void Text a -> Text -> Either String a Source #

Parser of .fasta file.

Orphan instances