Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
fromTextPDB :: Text -> Either Text ([PDBWarnings], PDB) Source #
fromFilePDB :: MonadIO m => FilePath -> m (Either Text ([PDBWarnings], PDB)) Source #
data PDBWarnings Source #
LineTooLong LineNumber | |
LineTooShort LineNumber |
Instances
Show PDBWarnings Source # | |
Defined in Bio.PDB.Reader showsPrec :: Int -> PDBWarnings -> ShowS # show :: PDBWarnings -> String # showList :: [PDBWarnings] -> ShowS # | |
Eq PDBWarnings Source # | |
Defined in Bio.PDB.Reader (==) :: PDBWarnings -> PDBWarnings -> Bool # (/=) :: PDBWarnings -> PDBWarnings -> Bool # |