packages feed

bio-sequence-0.1.0.0: src/Bio/Macro.hs

module Bio.Macro
  ( MacroMolecule (..), Chain (..)

  ) where

import           Bio.Macro.Internal.Instances ()
import           Bio.Macro.Internal.Types     (Chain (..), MacroMolecule (..))