cobot-io-0.1.2.6: Biological data file formats and IO

Safe HaskellNone
LanguageHaskell2010

Bio.MAE

Contents

Synopsis

Documentation

data Block Source #

Constructors

Block 
Instances
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
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
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
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 :: MonadIO m => FilePath -> m Mae Source #

Reads Mae from givem file.

Orphan instances

StructureModels Mae Source # 
Instance details