cobot-0.1.1.7: Computational biology toolkit to collaborate with researchers in constructive protein engineering
Safe HaskellNone
LanguageHaskell2010

Bio.Protein.Chain.Builder

Documentation

class Buildable a where Source #

Associated Types

type Monomer a :: Type Source #

Methods

initB :: Monomer a -> a Source #

nextB :: Monomer a -> a -> a Source #

Instances

Instances details
Buildable (BBT V3R) Source # 
Instance details

Defined in Bio.Protein.Chain.Builder

Associated Types

type Monomer (BBT V3R) Source #

Buildable (BB V3R) Source # 
Instance details

Defined in Bio.Protein.Chain.Builder

Associated Types

type Monomer (BB V3R) Source #

Methods

initB :: Monomer (BB V3R) -> BB V3R Source #

nextB :: Monomer (BB V3R) -> BB V3R -> BB V3R Source #

build :: forall a m. (Buildable a, ChainLike m, Ix (Index m), IxValue m ~ Monomer a) => m -> ProteinChain (Index m) a Source #