module Bio.Sequence ( Sequence , Chain (..) ) where import Bio.Macro (Chain (..)) import Data.Text (Text) type Sequence = Chain Text