File tree Expand file tree Collapse file tree
src/Streamly/Internal/Data/Stream Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -516,9 +516,11 @@ flattenDec (ma:mas) = do
516516-- unZipStream (ZipStream strm) = strm
517517-- deriving instance IsList (ZipStream Identity a)
518518-- deriving instance a ~
519- -- GHC.Types.Char => IsString (ZipStream Identity a)
520- -- deriving instance GHC.Classes.Eq a => Eq (ZipStream Identity a)
521- -- deriving instance GHC.Classes.Ord a => Ord (ZipStream Identity a)
519+ -- GHC.Internal.Types.Char => IsString (ZipStream Identity a)
520+ -- deriving instance GHC.Internal.Classes.Eq a => Eq (ZipStream Identity
521+ -- a)
522+ -- deriving instance GHC.Internal.Classes.Ord a => Ord (ZipStream Identity
523+ -- a)
522524-- instance Show a => Show (ZipStream Identity a)
523525-- where {{-# INLINE show #-}; show (ZipStream strm) = show strm}
524526-- instance Read a => Read (ZipStream Identity a)
You can’t perform that action at this time.
0 commit comments