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

Safe HaskellNone
LanguageHaskell2010

Bio.MAE.Type

Documentation

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 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 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 #

data MaeValue Source #

Instances
Eq MaeValue Source # 
Instance details

Defined in Bio.MAE.Type

Show MaeValue Source # 
Instance details

Defined in Bio.MAE.Type