-- | Simple but efficient lazy sequence type based on a nested data type and polymorphic recursion. -- module Data.Nested.Seq ( module Data.Nested.Seq.Lazy ) where -------------------------------------------------------------------------------- import Data.Nested.Seq.Lazy --------------------------------------------------------------------------------