BiobaseXNA-0.11.0.0: Efficient RNA/DNA/Protein Primary/Secondary Structure
Biobase.Primary.Pretty
Description
Wrapper newtype to simplify pretty and short encoding of primary sequences.
newtype Pretty f a Source #
Constructors
Fields
Defined in Biobase.Primary.Pretty
Methods
toJSON :: Pretty [] (Letter x n) -> Value #
toEncoding :: Pretty [] (Letter x n) -> Encoding #
toJSONList :: [Pretty [] (Letter x n)] -> Value #
toEncodingList :: [Pretty [] (Letter x n)] -> Encoding #
toJSON :: Pretty Vector (Letter x n) -> Value #
toEncoding :: Pretty Vector (Letter x n) -> Encoding #
toJSONList :: [Pretty Vector (Letter x n)] -> Value #
toEncodingList :: [Pretty Vector (Letter x n)] -> Encoding #