bio-sequence-0.1.0.0: Initial project template from stack

Safe HaskellSafe
LanguageHaskell2010

Bio.Sequence

Documentation

data Chain t r Source #

Constructors

Chain 

Fields

Instances

(Eq r, Eq t) => Eq (Chain t r) Source # 

Methods

(==) :: Chain t r -> Chain t r -> Bool #

(/=) :: Chain t r -> Chain t r -> Bool #

(Show r, Show t) => Show (Chain t r) Source # 

Methods

showsPrec :: Int -> Chain t r -> ShowS #

show :: Chain t r -> String #

showList :: [Chain t r] -> ShowS #