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

Bio.MAE

Synopsis

Documentation

data Block Source #

Constructors

Block 

Instances

Instances details
Show Block Source # 
Instance details

Defined in Bio.MAE.Type

Methods

showsPrec :: Int -> Block -> ShowS #

show :: Block -> String #

showList :: [Block] -> ShowS #

Eq Block Source # 
Instance details

Defined in Bio.MAE.Type

Methods

(==) :: Block -> Block -> Bool #

(/=) :: Block -> Block -> Bool #

data Mae Source #

Constructors

Mae 

Fields

Instances

Instances details
Show Mae Source # 
Instance details

Defined in Bio.MAE.Type

Methods

showsPrec :: Int -> Mae -> ShowS #

show :: Mae -> String #

showList :: [Mae] -> ShowS #

StructureModels Mae Source # 
Instance details

Defined in Bio.MAE

Eq Mae Source # 
Instance details

Defined in Bio.MAE.Type

Methods

(==) :: Mae -> Mae -> Bool #

(/=) :: Mae -> Mae -> Bool #

data MaeValue Source #

Instances

Instances details
Show MaeValue Source # 
Instance details

Defined in Bio.MAE.Type

Eq MaeValue Source # 
Instance details

Defined in Bio.MAE.Type

data Table Source #

Constructors

Table 

Instances

Instances details
Show Table Source # 
Instance details

Defined in Bio.MAE.Type

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

Eq Table Source # 
Instance details

Defined in Bio.MAE.Type

Methods

(==) :: Table -> Table -> Bool #

(/=) :: Table -> Table -> Bool #

fromFile :: (MonadFail m, MonadIO m) => FilePath -> m Mae Source #

Reads Mae from givem file.

Orphan instances

StructureModels Mae Source # 
Instance details