cobot-io-0.1.4.3: Biological data file formats and IO
Safe HaskellNone
LanguageHaskell2010

Bio.MAE

Synopsis

Documentation

data Block Source #

Constructors

Block 

Instances

Instances details
Eq Block Source # 
Instance details

Defined in Bio.MAE.Type

Methods

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

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

Show Block Source # 
Instance details

Defined in Bio.MAE.Type

Methods

showsPrec :: Int -> Block -> ShowS #

show :: Block -> String #

showList :: [Block] -> ShowS #

data Mae Source #

Constructors

Mae 

Fields

Instances

Instances details
Eq Mae Source # 
Instance details

Defined in Bio.MAE.Type

Methods

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

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

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

data MaeValue Source #

Instances

Instances details
Eq MaeValue Source # 
Instance details

Defined in Bio.MAE.Type

Show MaeValue Source # 
Instance details

Defined in Bio.MAE.Type

data Table Source #

Constructors

Table 

Instances

Instances details
Eq Table Source # 
Instance details

Defined in Bio.MAE.Type

Methods

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

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

Show Table Source # 
Instance details

Defined in Bio.MAE.Type

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

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

Reads Mae from givem file.

Orphan instances

StructureModels Mae Source # 
Instance details