-- Data.Fasta.Text.Lazy module.
-- By G.W. Schwartz
--
{- | Collects all application specific functions and types. Used here for
Text.Lazy
-}

module Data.Fasta.Text.Lazy ( module Data.Fasta.Text.Lazy.Types
                            , module Data.Fasta.Text.Lazy.Parse
                            , module Data.Fasta.Text.Lazy.Translation ) where

-- Local
import Data.Fasta.Text.Lazy.Types
import Data.Fasta.Text.Lazy.Parse
import Data.Fasta.Text.Lazy.Translation