Module

MolDraw.Parsers.V3000

Package
purescript-mol-draw
Repository
lukasturcani/molDraw

Deals with parsing of V3000 MDL file content.

#parseV3000 Source

parseV3000 :: String -> Either String Content

Parse the contents of a V3000 MDL file.

#Content Source

data Content

The content parsed from the file content.

Instances

#atoms Source

atoms :: Content -> List GeometryAtom

Get the atoms defined in the file contents.

#bondSegments Source

bondSegments :: Content -> List BondSegment

Get the bond segments defined in the file contents.